COLOR #0B5ECB

HEX: #0B5ECB RGB: (11,94,203)

Color info

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

RGB color model

#0B5ECB color RGB value is (11,94,203).

RGB: (11,94,203) (4%, 37%, 80%)

RGB channels and saturation

R 11 of 255 = 4%
G 94 of 255 = 37%
B 203 of 255 = 80%

11
94
203

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

Portions of RGB colors in percentages

R + G + B = 11 + 94 + 203 = 308 (100%)
R 11 of 308 ~ 3.57%
G 94 of 308 ~ 30.52%
B 203 of 308 ~ 65.91'%

%30.52
%65.91

CMYK color model

#0B5ECB color CMYK value is (95,54,0,20).

  • cyan value is 94.58%
  • magenta value is 53.69%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (95,54,0,20)
C95M54Y0K20 (95%, 54%, 0%, 20%)
(0.95 / 0.54 / 0.00 / 0.20)

CMYK percentages

%94.58
%53.69
%0
%20.39

Codes

Color #0B5ECB in popluar color models

0B 5E CB
RGB 11 94 203
HSL 214° 89.72% 41.96%
HSB/HSV 214° 94.58% 79.61%
CMYK 94.58% 53.69% 0.00%
20.39%

Color #0B5ECB in popluar number systems.

HEX 0B 5E CB
Decimal 11 94 203
Binary 1011 1011110 11001011
Octal 13 136 313

Shades and tints

Shades of #0B5ECB

#0B5ECB
(11,94,203)
#0A56B9
(10,86,185)
#094EA7
(9,78,167)
#084695
(8,70,149)
#073E83
(7,62,131)
#063671
(6,54,113)
#052E5F
(5,46,95)
#04264D
(4,38,77)
#031E3B
(3,30,59)
#021629
(2,22,41)
#010E17
(1,14,23)
#000000
(0,0,0)

Tints of #0B5ECB

#0B5ECB
(11,94,203)
#216CCF
(33,108,207)
#377AD3
(55,122,211)
#4D88D7
(77,136,215)
#6396DB
(99,150,219)
#79A4DF
(121,164,223)
#8FB2E3
(143,178,227)
#A5C0E7
(165,192,231)
#BBCEEB
(187,206,235)
#D1DCEF
(209,220,239)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5ECB color. Also use rgb(11,94,203) instead hex code.

Text Font Color

.myTextColor { color: #0B5ECB; }

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

This text font color is #0B5ECB.

Background Color

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

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

This div background color is #0B5ECB.

Border color

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

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

This div border color is #0B5ECB.

Opacity

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

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

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

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

This text has shadow with #0B5ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5ECB.

Preview

Color preview on black background

This text has color #0B5ECB on black background.


Color preview on white background

This text has color #0B5ECB on white background.


Black color preview on #0B5ECB background

This text has black color on #0B5ECB background.


White color preview on #0B5ECB background

This text has white color on #0B5ECB background.


Related colors

Complementary color

Complementary color for #hex is #F4A134.


I love getcolorcode.com

Triadic colors

1 #CB0B5E and #5ECB0B with #0B5ECB are triadic colors.

2 #CB5E0B and #5E0BCB with #0B5ECB are triadic colors.