COLOR #0B192D

HEX: #0B192D
RGB: (11,25,45)

Color info

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

RGB color model

#0B192D color RGB value is (11,25,45).

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

RGB channels and saturation

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

11
25
45

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

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 45 = 81 (100%)
R 11 of 81 ~ 13.58%
G 25 of 81 ~ 30.86%
B 45 of 81 ~ 55.56%

%13.58
%30.86
%55.56

CMYK color model

#0B192D color CMYK value is (76,44,0,82).

  • cyan value is 75.56%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(76,44,0,82)
C76M44Y0K82 
(76%,44%,0%,82%)
(0.76/0.44/0.00/0.82)	

CMYK percentages

%75.56
%44.44
%0
%82.35

Codes

Color #0B192D in popluar color models

0B192D
RGB112545
HSL215°60.71%10.98%
HSB/HSV215°75.56%17.65%
CMYK75.56%44.44%0.00%
82.35%

Color #0B192D in popluar number systems.

HEX0B192D
Decimal112545
Binary101111001101101
Octal133155

Shades and tints

Shades of #0B192D

#0B192D
(11,25,45)
#0A1729
(10,23,41)
#091525
(9,21,37)
#081321
(8,19,33)
#07111D
(7,17,29)
#060F19
(6,15,25)
#050D15
(5,13,21)
#040B11
(4,11,17)
#03090D
(3,9,13)
#020709
(2,7,9)
#010505
(1,5,5)
#000000
(0,0,0)

Tints of #0B192D

#0B192D
(11,25,45)
#212D40
(33,45,64)
#374153
(55,65,83)
#4D5566
(77,85,102)
#636979
(99,105,121)
#797D8C
(121,125,140)
#8F919F
(143,145,159)
#A5A5B2
(165,165,178)
#BBB9C5
(187,185,197)
#D1CDD8
(209,205,216)
#E7E1EB
(231,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B192D; }

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

This text font color is #0B192D.


Background Color

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

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

This div background color is #0B192D.


Border color

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

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

This div border color is #0B192D.


Opacity

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

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

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

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

This text has shadow with #0B192D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B192D on black background.


Color preview on white background

This text has color #0B192D on white background.



Black color preview on #0B192D background

This text has black color on #0B192D background.


White color preview on #0B192D background

This text has white color on #0B192D background.