COLOR #0F192E

HEX: #0F192E
RGB: (15,25,46)

Color info

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

RGB color model

#0F192E color RGB value is (15,25,46).

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

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 46 of 255 = 18%

15
25
46

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

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 46 = 86 (100%)
R 15 of 86 ~ 17.44%
G 25 of 86 ~ 29.07%
B 46 of 86 ~ 53.49%

%17.44
%29.07
%53.49

CMYK color model

#0F192E color CMYK value is (67,46,0,82).

  • cyan value is 67.39%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(67,46,0,82)
C67M46Y0K82 
(67%,46%,0%,82%)
(0.67/0.46/0.00/0.82)	

CMYK percentages

%67.39
%45.65
%0
%81.96

Codes

Color #0F192E in popluar color models

0F192E
RGB152546
HSL221°50.82%11.96%
HSB/HSV221°67.39%18.04%
CMYK67.39%45.65%0.00%
81.96%

Color #0F192E in popluar number systems.

HEX0F192E
Decimal152546
Binary111111001101110
Octal173156

Shades and tints

Shades of #0F192E

#0F192E
(15,25,46)
#0E172A
(14,23,42)
#0D1526
(13,21,38)
#0C1322
(12,19,34)
#0B111E
(11,17,30)
#0A0F1A
(10,15,26)
#090D16
(9,13,22)
#080B12
(8,11,18)
#07090E
(7,9,14)
#06070A
(6,7,10)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #0F192E

#0F192E
(15,25,46)
#242D41
(36,45,65)
#394154
(57,65,84)
#4E5567
(78,85,103)
#63697A
(99,105,122)
#787D8D
(120,125,141)
#8D91A0
(141,145,160)
#A2A5B3
(162,165,179)
#B7B9C6
(183,185,198)
#CCCDD9
(204,205,217)
#E1E1EC
(225,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F192E; }

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

This text font color is #0F192E.


Background Color

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

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

This div background color is #0F192E.


Border color

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

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

This div border color is #0F192E.


Opacity

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

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

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

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

This text has shadow with #0F192E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F192E on black background.


Color preview on white background

This text has color #0F192E on white background.



Black color preview on #0F192E background

This text has black color on #0F192E background.


White color preview on #0F192E background

This text has white color on #0F192E background.