COLOR #0058BB

HEX: #0058BB
RGB: (0,88,187)

Renk bilgisi

#0058BB contains mainly blue color. #0058BB ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0058BB color RGB value is (0,88,187).

  • kırmız ton 0;
  • yeşil ton 88;
  • mavi ton 187.
RGB:
(0,88,187)
(0%,35%,73%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 88 of 255 = 35%
B 187 of 255 = 73%

0
88
187

R + G + B ~ 36%. #0058BB is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 88 + 187 = 275 (100%)
R 0 of 275 ~ 0%
G 88 of 275 ~ 32%
B 187 of 275 ~ 68%

%32
%68

CMYK RENK MODELİ

#0058BB rengi CMYK tonu (100,53,0,27).

  • camgöbeği tonu 100.00%
  • eflatun tonu 52.94%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(100,53,0,27)
C100M53Y0K27 
(100%,53%,0%,27%)
(1.00/0.53/0.00/0.27)	

CMYK yüzdeleri

%100
%52.94
%0
%26.67

Codes

Color #0058BB in popluar color models

0058BB
RGB088187
HSL212°100.00%36.67%
HSB/HSV212°100.00%73.33%
CMYK100.00%52.94%0.00%
26.67%

Color #0058BB in popluar number systems.

HEX0058BB
Decimal088187
Binary0101100010111011
Octal0130273

Shades and tints

Shades of #0058BB

#0058BB
(0,88,187)
#0050AA
(0,80,170)
#004899
(0,72,153)
#004088
(0,64,136)
#003877
(0,56,119)
#003066
(0,48,102)
#002855
(0,40,85)
#002044
(0,32,68)
#001833
(0,24,51)
#001022
(0,16,34)
#000811
(0,8,17)
#000000
(0,0,0)

Tints of #0058BB

#0058BB
(0,88,187)
#1767C1
(23,103,193)
#2E76C7
(46,118,199)
#4585CD
(69,133,205)
#5C94D3
(92,148,211)
#73A3D9
(115,163,217)
#8AB2DF
(138,178,223)
#A1C1E5
(161,193,229)
#B8D0EB
(184,208,235)
#CFDFF1
(207,223,241)
#E6EEF7
(230,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0058BB color. Also use rgb(0,88,187) instead hex code.

Text Font Color

.myTextColor { color: #0058BB; }

<p style="color:#0058BB">This sample text font color is #0058BB.</p>

This text font color is #0058BB.


Background Color

.myBgColor { background-color: #0058BB; }

<div style="background-color:#0058BB">Inner text</div>

This div background color is #0058BB.


Border color

.myBorderColor { border: 1px solid #0058BB; }

<div style="border:3px solid #0058BB">Div</div>

This div border color is #0058BB.


Opacity

.myOpacity80 { color: #0058BB; opacity: 0.8; }

<p style="color:#0058BB;opacity:0.8;">80%</p>

Text with #0058BB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0058BB;}

<p style="text-shadow: 3px 3px 1px #0058BB">Text here.</p>

This text has shadow with #0058BB color.

.textShadow {text-shadow: 3px 3px 1px #0058BB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0058BB, 5px 5px 20px red">Text here.</p>

This text has shadow with #0058BB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0058BB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0058BB, Direction=45, Strength=4)">Text</p>

This text has shadow with #0058BB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0058BB;
  -webkit-box-shadow:	1px 1px 3px 2px #0058BB;
  box-shadow:		1px 1px 3px 2px #0058BB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0058BB;
-webkit-box-shadow: 1px 1px 3px 2px #0058BB;
box-shadow:1px 1px 3px 2px #0058BB;">
Div content here</div>
This div box has shadow with color #0058BB.

Preview

Color preview on black background

This text has color #0058BB on black background.


Color preview on white background

This text has color #0058BB on white background.



Black color preview on #0058BB background

This text has black color on #0058BB background.


White color preview on #0058BB background

This text has white color on #0058BB background.