COLOR #000F44

HEX: #000F44
RGB: (0,15,68)

Color info

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

RGB color model

#000F44 color RGB value is (0,15,68).

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

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 68 of 255 = 27%

0
15
68

R + G + B ~ 11%. #000F44 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 68 = 83 (100%)
R 0 of 83 ~ 0%
G 15 of 83 ~ 18.07%
B 68 of 83 ~ 81.93%

%18.07
%81.93

CMYK color model

#000F44 color CMYK value is (100,78,0,73).

  • cyan value is 100.00%
  • magenta value is 77.94%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(100,78,0,73)
C100M78Y0K73 
(100%,78%,0%,73%)
(1.00/0.78/0.00/0.73)	

CMYK percentages

%100
%77.94
%0
%73.33

Codes

Color #000F44 in popluar color models

000F44
RGB01568
HSL227°100.00%13.33%
HSB/HSV227°100.00%26.67%
CMYK100.00%77.94%0.00%
73.33%

Color #000F44 in popluar number systems.

HEX000F44
Decimal01568
Binary011111000100
Octal017104

Shades and tints

Shades of #000F44

#000F44
(0,15,68)
#000E3E
(0,14,62)
#000D38
(0,13,56)
#000C32
(0,12,50)
#000B2C
(0,11,44)
#000A26
(0,10,38)
#000920
(0,9,32)
#00081A
(0,8,26)
#000714
(0,7,20)
#00060E
(0,6,14)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #000F44

#000F44
(0,15,68)
#172455
(23,36,85)
#2E3966
(46,57,102)
#454E77
(69,78,119)
#5C6388
(92,99,136)
#737899
(115,120,153)
#8A8DAA
(138,141,170)
#A1A2BB
(161,162,187)
#B8B7CC
(184,183,204)
#CFCCDD
(207,204,221)
#E6E1EE
(230,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F44; }

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

This text font color is #000F44.


Background Color

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

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

This div background color is #000F44.


Border color

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

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

This div border color is #000F44.


Opacity

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

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

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

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

This text has shadow with #000F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F44 on black background.


Color preview on white background

This text has color #000F44 on white background.



Black color preview on #000F44 background

This text has black color on #000F44 background.


White color preview on #000F44 background

This text has white color on #000F44 background.