COLOR #0F173A

HEX: #0F173A
RGB: (15,23,58)

Color info

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

RGB color model

#0F173A color RGB value is (15,23,58).

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

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 58 of 255 = 23%

15
23
58

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

Portions of RGB colors in percentages

R + G + B =
15 + 23 + 58 = 96 (100%)
R 15 of 96 ~ 15.63%
G 23 of 96 ~ 23.96%
B 58 of 96 ~ 60.42%

%15.63
%23.96
%60.42

CMYK color model

#0F173A color CMYK value is (74,60,0,77).

  • cyan value is 74.14%
  • magenta value is 60.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(74,60,0,77)
C74M60Y0K77 
(74%,60%,0%,77%)
(0.74/0.60/0.00/0.77)	

CMYK percentages

%74.14
%60.34
%0
%77.25

Codes

Color #0F173A in popluar color models

0F173A
RGB152358
HSL229°58.90%14.31%
HSB/HSV229°74.14%22.75%
CMYK74.14%60.34%0.00%
77.25%

Color #0F173A in popluar number systems.

HEX0F173A
Decimal152358
Binary111110111111010
Octal172772

Shades and tints

Shades of #0F173A

#0F173A
(15,23,58)
#0E1535
(14,21,53)
#0D1330
(13,19,48)
#0C112B
(12,17,43)
#0B0F26
(11,15,38)
#0A0D21
(10,13,33)
#090B1C
(9,11,28)
#080917
(8,9,23)
#070712
(7,7,18)
#06050D
(6,5,13)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #0F173A

#0F173A
(15,23,58)
#242C4B
(36,44,75)
#39415C
(57,65,92)
#4E566D
(78,86,109)
#636B7E
(99,107,126)
#78808F
(120,128,143)
#8D95A0
(141,149,160)
#A2AAB1
(162,170,177)
#B7BFC2
(183,191,194)
#CCD4D3
(204,212,211)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F173A; }

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

This text font color is #0F173A.


Background Color

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

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

This div background color is #0F173A.


Border color

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

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

This div border color is #0F173A.


Opacity

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

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

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

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

This text has shadow with #0F173A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F173A on black background.


Color preview on white background

This text has color #0F173A on white background.



Black color preview on #0F173A background

This text has black color on #0F173A background.


White color preview on #0F173A background

This text has white color on #0F173A background.