COLOR #0B192E

HEX: #0B192E
RGB: (11,25,46)

Color info

#0B192E contains red, green and blue colors in about the same proportion. Web safe color of #0B192E is #000033 (or #003).

RGB color model

#0B192E color RGB value is (11,25,46).

  • red value is 11;
  • green value is 25;
  • blue value is 46.
RGB:
(11,25,46)
(4%,10%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 46 of 255 = 18%

11
25
46

R + G + B ~ 11%. #0B192E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 46 = 82 (100%)
R 11 of 82 ~ 13.41%
G 25 of 82 ~ 30.49%
B 46 of 82 ~ 56.1%

%13.41
%30.49
%56.1

CMYK color model

#0B192E color CMYK value is (76,46,0,82).

  • cyan value is 76.09%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(76,46,0,82)
C76M46Y0K82 
(76%,46%,0%,82%)
(0.76/0.46/0.00/0.82)	

CMYK percentages

%76.09
%45.65
%0
%81.96

Codes

Color #0B192E in popluar color models

0B192E
RGB112546
HSL216°61.40%11.18%
HSB/HSV216°76.09%18.04%
CMYK76.09%45.65%0.00%
81.96%

Color #0B192E in popluar number systems.

HEX0B192E
Decimal112546
Binary101111001101110
Octal133156

Shades and tints

Shades of #0B192E

#0B192E
(11,25,46)
#0A172A
(10,23,42)
#091526
(9,21,38)
#081322
(8,19,34)
#07111E
(7,17,30)
#060F1A
(6,15,26)
#050D16
(5,13,22)
#040B12
(4,11,18)
#03090E
(3,9,14)
#02070A
(2,7,10)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #0B192E

#0B192E
(11,25,46)
#212D41
(33,45,65)
#374154
(55,65,84)
#4D5567
(77,85,103)
#63697A
(99,105,122)
#797D8D
(121,125,141)
#8F91A0
(143,145,160)
#A5A5B3
(165,165,179)
#BBB9C6
(187,185,198)
#D1CDD9
(209,205,217)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B192E; }

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

This text font color is #0B192E.


Background Color

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

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

This div background color is #0B192E.


Border color

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

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

This div border color is #0B192E.


Opacity

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

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

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

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

This text has shadow with #0B192E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B192E on black background.


Color preview on white background

This text has color #0B192E on white background.



Black color preview on #0B192E background

This text has black color on #0B192E background.


White color preview on #0B192E background

This text has white color on #0B192E background.