COLOR #000F39

HEX: #000F39
RGB: (0,15,57)

Color info

#000F39 contains only green and blue colors. Web safe color of #000F39 is #000033 (or #003).

RGB color model

#000F39 color RGB value is (0,15,57).

  • red value is 0;
  • green value is 15;
  • blue value is 57.
RGB:
(0,15,57)
(0%,6%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 57 of 255 = 22%

0
15
57

R + G + B ~ 9%. #000F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 57 = 72 (100%)
R 0 of 72 ~ 0%
G 15 of 72 ~ 20.83%
B 57 of 72 ~ 79.17%

%20.83
%79.17

CMYK color model

#000F39 color CMYK value is (100,74,0,78).

  • cyan value is 100.00%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(100,74,0,78)
C100M74Y0K78 
(100%,74%,0%,78%)
(1.00/0.74/0.00/0.78)	

CMYK percentages

%100
%73.68
%0
%77.65

Codes

Color #000F39 in popluar color models

000F39
RGB01557
HSL224°100.00%11.18%
HSB/HSV224°100.00%22.35%
CMYK100.00%73.68%0.00%
77.65%

Color #000F39 in popluar number systems.

HEX000F39
Decimal01557
Binary01111111001
Octal01771

Shades and tints

Shades of #000F39

#000F39
(0,15,57)
#000E34
(0,14,52)
#000D2F
(0,13,47)
#000C2A
(0,12,42)
#000B25
(0,11,37)
#000A20
(0,10,32)
#00091B
(0,9,27)
#000816
(0,8,22)
#000711
(0,7,17)
#00060C
(0,6,12)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #000F39

#000F39
(0,15,57)
#17244B
(23,36,75)
#2E395D
(46,57,93)
#454E6F
(69,78,111)
#5C6381
(92,99,129)
#737893
(115,120,147)
#8A8DA5
(138,141,165)
#A1A2B7
(161,162,183)
#B8B7C9
(184,183,201)
#CFCCDB
(207,204,219)
#E6E1ED
(230,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000F39 color. Also use rgb(0,15,57) instead hex code.

Text Font Color

.myTextColor { color: #000F39; }

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

This text font color is #000F39.


Background Color

.myBgColor { background-color: #000F39; }

<div style="background-color:#000F39">Inner text</div>

This div background color is #000F39.


Border color

.myBorderColor { border: 1px solid #000F39; }

<div style="border:3px solid #000F39">Div</div>

This div border color is #000F39.


Opacity

.myOpacity80 { color: #000F39; opacity: 0.8; }

<p style="color:#000F39;opacity:0.8;">80%</p>

Text with #000F39 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 #000F39;}

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

This text has shadow with #000F39 color.

.textShadow {text-shadow: 3px 3px 1px #000F39, 3px 3px 1px red;}

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

This text has shadow with #000F39 primary color and red secondary color.


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

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

This text has shadow with #000F39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F39 on black background.


Color preview on white background

This text has color #000F39 on white background.



Black color preview on #000F39 background

This text has black color on #000F39 background.


White color preview on #000F39 background

This text has white color on #000F39 background.