COLOR #0F197E

HEX: #0F197E RGB: (15,25,126)

Color info

#0F197E contains mainly blue color. Web safe color of #0F197E is #000066 (or #006).

RGB color model

#0F197E color RGB value is (15,25,126).

RGB: (15,25,126) (6%, 10%, 49%)

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 126 of 255 = 49%

15
25
126

R + G + B ~ 22%. #0F197E is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 25 + 126 = 166 (100%)
R 15 of 166 ~ 9.04%
G 25 of 166 ~ 15.06%
B 126 of 166 ~ 75.9'%

%15.06
%75.9

CMYK color model

#0F197E color CMYK value is (88,80,0,51).

  • cyan value is 88.10%
  • magenta value is 80.16%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (88,80,0,51)
C88M80Y0K51 (88%, 80%, 0%, 51%)
(0.88 / 0.80 / 0.00 / 0.51)

CMYK percentages

%88.1
%80.16
%0
%50.59

Codes

Color #0F197E in popluar color models

0F 19 7E
RGB 15 25 126
HSL 235° 78.72% 27.65%
HSB/HSV 235° 88.10% 49.41%
CMYK 88.10% 80.16% 0.00%
50.59%

Color #0F197E in popluar number systems.

HEX 0F 19 7E
Decimal 15 25 126
Binary 1111 11001 1111110
Octal 17 31 176

Shades and tints

Shades of #0F197E

#0F197E
(15,25,126)
#0E1773
(14,23,115)
#0D1568
(13,21,104)
#0C135D
(12,19,93)
#0B1152
(11,17,82)
#0A0F47
(10,15,71)
#090D3C
(9,13,60)
#080B31
(8,11,49)
#070926
(7,9,38)
#06071B
(6,7,27)
#050510
(5,5,16)
#000000
(0,0,0)

Tints of #0F197E

#0F197E
(15,25,126)
#242D89
(36,45,137)
#394194
(57,65,148)
#4E559F
(78,85,159)
#6369AA
(99,105,170)
#787DB5
(120,125,181)
#8D91C0
(141,145,192)
#A2A5CB
(162,165,203)
#B7B9D6
(183,185,214)
#CCCDE1
(204,205,225)
#E1E1EC
(225,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F197E; }

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

This text font color is #0F197E.

Background Color

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

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

This div background color is #0F197E.

Border color

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

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

This div border color is #0F197E.

Opacity

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

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

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

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

This text has shadow with #0F197E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F197E.

Preview

Color preview on black background

This text has color #0F197E on black background.


Color preview on white background

This text has color #0F197E on white background.


Black color preview on #0F197E background

This text has black color on #0F197E background.


White color preview on #0F197E background

This text has white color on #0F197E background.


Related colors

Complementary color

Complementary color for #hex is #F0E681.


I love getcolorcode.com

Triadic colors

1 #7E0F19 and #197E0F with #0F197E are triadic colors.

2 #7E190F and #190F7E with #0F197E are triadic colors.