COLOR #0F1873

HEX: #0F1873 RGB: (15,24,115)

Color info

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

RGB color model

#0F1873 color RGB value is (15,24,115).

RGB: (15,24,115) (6%, 9%, 45%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 115 of 255 = 45%

15
24
115

R + G + B ~ 20%. #0F1873 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 115 = 154 (100%)
R 15 of 154 ~ 9.74%
G 24 of 154 ~ 15.58%
B 115 of 154 ~ 74.68'%

%9.74
%15.58
%74.68

CMYK color model

#0F1873 color CMYK value is (87,79,0,55).

  • cyan value is 86.96%
  • magenta value is 79.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (87,79,0,55) C87M79Y0K55 (87%,79%,0%,55%) (0.87/0.79/0.00/0.55) 

CMYK percentages

%86.96
%79.13
%0
%54.9

Codes

Color #0F1873 in popluar color models

0F 18 73
RGB 15 24 115
HSL 235° 76.92% 25.49%
HSB/HSV 235° 86.96% 45.10%
CMYK 86.96% 79.13% 0.00%
54.90%

Color #0F1873 in popluar number systems.

HEX 0F 18 73
Decimal 15 24 115
Binary 1111 11000 1110011
Octal 17 30 163

Shades and tints

Shades of #0F1873

#0F1873
(15,24,115)
#0E1669
(14,22,105)
#0D145F
(13,20,95)
#0C1255
(12,18,85)
#0B104B
(11,16,75)
#0A0E41
(10,14,65)
#090C37
(9,12,55)
#080A2D
(8,10,45)
#070823
(7,8,35)
#060619
(6,6,25)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #0F1873

#0F1873
(15,24,115)
#242D7F
(36,45,127)
#39428B
(57,66,139)
#4E5797
(78,87,151)
#636CA3
(99,108,163)
#7881AF
(120,129,175)
#8D96BB
(141,150,187)
#A2ABC7
(162,171,199)
#B7C0D3
(183,192,211)
#CCD5DF
(204,213,223)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1873 color. Also use rgb(15,24,115) instead hex code.

Text Font Color

.myTextColor { color: #0F1873; }

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

This text font color is #0F1873.

Background Color

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

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

This div background color is #0F1873.

Border color

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

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

This div border color is #0F1873.

Opacity

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

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

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

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

This text has shadow with #0F1873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1873.

Preview

Color preview on black background

This text has color #0F1873 on black background.


Color preview on white background

This text has color #0F1873 on white background.


Black color preview on #0F1873 background

This text has black color on #0F1873 background.


White color preview on #0F1873 background

This text has white color on #0F1873 background.


Related colors

Complementary color

Complementary color for #hex is #F0E78C.


I love getcolorcode.com

Triadic colors

1 #730F18 and #18730F with #0F1873 are triadic colors.

2 #73180F and #180F73 with #0F1873 are triadic colors.