COLOR #0B58D0

HEX: #0B58D0
RGB: (11,88,208)

Color info

#0B58D0 contains mainly blue color. Web safe color of #0B58D0 is #0066CC (or #06C).

RGB color model

#0B58D0 color RGB value is (11,88,208).

  • red value is 11;
  • green value is 88;
  • blue value is 208.
RGB:
(11,88,208)
(4%,35%,82%)

RGB channels and saturation

R 11 of 255 = 4%
G 88 of 255 = 35%
B 208 of 255 = 82%

11
88
208

R + G + B ~ 40%. #0B58D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 88 + 208 = 307 (100%)
R 11 of 307 ~ 3.58%
G 88 of 307 ~ 28.66%
B 208 of 307 ~ 67.75%

%28.66
%67.75

CMYK color model

#0B58D0 color CMYK value is (95,58,0,18).

  • cyan value is 94.71%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(95,58,0,18)
C95M58Y0K18 
(95%,58%,0%,18%)
(0.95/0.58/0.00/0.18)	

CMYK percentages

%94.71
%57.69
%0
%18.43

Codes

Color #0B58D0 in popluar color models

0B58D0
RGB1188208
HSL217°89.95%42.94%
HSB/HSV217°94.71%81.57%
CMYK94.71%57.69%0.00%
18.43%

Color #0B58D0 in popluar number systems.

HEX0B58D0
Decimal1188208
Binary1011101100011010000
Octal13130320

Shades and tints

Shades of #0B58D0

#0B58D0
(11,88,208)
#0A50BE
(10,80,190)
#0948AC
(9,72,172)
#08409A
(8,64,154)
#073888
(7,56,136)
#063076
(6,48,118)
#052864
(5,40,100)
#042052
(4,32,82)
#031840
(3,24,64)
#02102E
(2,16,46)
#01081C
(1,8,28)
#000000
(0,0,0)

Tints of #0B58D0

#0B58D0
(11,88,208)
#2167D4
(33,103,212)
#3776D8
(55,118,216)
#4D85DC
(77,133,220)
#6394E0
(99,148,224)
#79A3E4
(121,163,228)
#8FB2E8
(143,178,232)
#A5C1EC
(165,193,236)
#BBD0F0
(187,208,240)
#D1DFF4
(209,223,244)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B58D0 color. Also use rgb(11,88,208) instead hex code.

Text Font Color

.myTextColor { color: #0B58D0; }

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

This text font color is #0B58D0.


Background Color

.myBgColor { background-color: #0B58D0; }

<div style="background-color:#0B58D0">Inner text</div>

This div background color is #0B58D0.


Border color

.myBorderColor { border: 1px solid #0B58D0; }

<div style="border:3px solid #0B58D0">Div</div>

This div border color is #0B58D0.


Opacity

.myOpacity80 { color: #0B58D0; opacity: 0.8; }

<p style="color:#0B58D0;opacity:0.8;">80%</p>

Text with #0B58D0 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 #0B58D0;}

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

This text has shadow with #0B58D0 color.

.textShadow {text-shadow: 3px 3px 1px #0B58D0, 3px 3px 1px red;}

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

This text has shadow with #0B58D0 primary color and red secondary color.


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

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

This text has shadow with #0B58D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B58D0 on black background.


Color preview on white background

This text has color #0B58D0 on white background.



Black color preview on #0B58D0 background

This text has black color on #0B58D0 background.


White color preview on #0B58D0 background

This text has white color on #0B58D0 background.