COLOR #0F173F

HEX: #0F173F
RGB: (15,23,63)

Color info

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

RGB color model

#0F173F color RGB value is (15,23,63).

  • red value is 15;
  • green value is 23;
  • blue value is 63.
RGB:
(15,23,63)
(6%,9%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 63 of 255 = 25%

15
23
63

R + G + B ~ 13%. #0F173F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 23 + 63 = 101 (100%)
R 15 of 101 ~ 14.85%
G 23 of 101 ~ 22.77%
B 63 of 101 ~ 62.38%

%14.85
%22.77
%62.38

CMYK color model

#0F173F color CMYK value is (76,63,0,75).

  • cyan value is 76.19%
  • magenta value is 63.49%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,63,0,75)
C76M63Y0K75 
(76%,63%,0%,75%)
(0.76/0.63/0.00/0.75)	

CMYK percentages

%76.19
%63.49
%0
%75.29

Codes

Color #0F173F in popluar color models

0F173F
RGB152363
HSL230°61.54%15.29%
HSB/HSV230°76.19%24.71%
CMYK76.19%63.49%0.00%
75.29%

Color #0F173F in popluar number systems.

HEX0F173F
Decimal152363
Binary111110111111111
Octal172777

Shades and tints

Shades of #0F173F

#0F173F
(15,23,63)
#0E153A
(14,21,58)
#0D1335
(13,19,53)
#0C1130
(12,17,48)
#0B0F2B
(11,15,43)
#0A0D26
(10,13,38)
#090B21
(9,11,33)
#08091C
(8,9,28)
#070717
(7,7,23)
#060512
(6,5,18)
#05030D
(5,3,13)
#000000
(0,0,0)

Tints of #0F173F

#0F173F
(15,23,63)
#242C50
(36,44,80)
#394161
(57,65,97)
#4E5672
(78,86,114)
#636B83
(99,107,131)
#788094
(120,128,148)
#8D95A5
(141,149,165)
#A2AAB6
(162,170,182)
#B7BFC7
(183,191,199)
#CCD4D8
(204,212,216)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F173F color. Also use rgb(15,23,63) instead hex code.

Text Font Color

.myTextColor { color: #0F173F; }

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

This text font color is #0F173F.


Background Color

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

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

This div background color is #0F173F.


Border color

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

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

This div border color is #0F173F.


Opacity

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

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

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

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

This text has shadow with #0F173F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F173F on black background.


Color preview on white background

This text has color #0F173F on white background.



Black color preview on #0F173F background

This text has black color on #0F173F background.


White color preview on #0F173F background

This text has white color on #0F173F background.