COLOR #0B194F

HEX: #0B194F RGB: (11,25,79)

Color info

#0B194F contains mainly green and blue colors. Web safe color of #0B194F is #000066 (or #006).

RGB color model

#0B194F color RGB value is (11,25,79).

RGB: (11,25,79) (4%, 10%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 79 of 255 = 31%

11
25
79

R + G + B ~ 15%. #0B194F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 79 = 115 (100%)
R 11 of 115 ~ 9.57%
G 25 of 115 ~ 21.74%
B 79 of 115 ~ 68.7'%

%21.74
%68.7

CMYK color model

#0B194F color CMYK value is (86,68,0,69).

  • cyan value is 86.08%
  • magenta value is 68.35%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (86,68,0,69)
C86M68Y0K69 (86%, 68%, 0%, 69%)
(0.86 / 0.68 / 0.00 / 0.69)

CMYK percentages

%86.08
%68.35
%0
%69.02

Codes

Color #0B194F in popluar color models

0B 19 4F
RGB 11 25 79
HSL 228° 75.56% 17.65%
HSB/HSV 228° 86.08% 30.98%
CMYK 86.08% 68.35% 0.00%
69.02%

Color #0B194F in popluar number systems.

HEX 0B 19 4F
Decimal 11 25 79
Binary 1011 11001 1001111
Octal 13 31 117

Shades and tints

Shades of #0B194F

#0B194F
(11,25,79)
#0A1748
(10,23,72)
#091541
(9,21,65)
#08133A
(8,19,58)
#071133
(7,17,51)
#060F2C
(6,15,44)
#050D25
(5,13,37)
#040B1E
(4,11,30)
#030917
(3,9,23)
#020710
(2,7,16)
#010509
(1,5,9)
#000000
(0,0,0)

Tints of #0B194F

#0B194F
(11,25,79)
#212D5F
(33,45,95)
#37416F
(55,65,111)
#4D557F
(77,85,127)
#63698F
(99,105,143)
#797D9F
(121,125,159)
#8F91AF
(143,145,175)
#A5A5BF
(165,165,191)
#BBB9CF
(187,185,207)
#D1CDDF
(209,205,223)
#E7E1EF
(231,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B194F color. Also use rgb(11,25,79) instead hex code.

Text Font Color

.myTextColor { color: #0B194F; }

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

This text font color is #0B194F.

Background Color

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

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

This div background color is #0B194F.

Border color

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

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

This div border color is #0B194F.

Opacity

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

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

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

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

This text has shadow with #0B194F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B194F.

Preview

Color preview on black background

This text has color #0B194F on black background.


Color preview on white background

This text has color #0B194F on white background.


Black color preview on #0B194F background

This text has black color on #0B194F background.


White color preview on #0B194F background

This text has white color on #0B194F background.


Related colors

Complementary color

Complementary color for #hex is #F4E6B0.


I love getcolorcode.com

Triadic colors

1 #4F0B19 and #194F0B with #0B194F are triadic colors.

2 #4F190B and #190B4F with #0B194F are triadic colors.