COLOR #000F89

HEX: #000F89
RGB: (0,15,137)

Color info

#000F89 contains mainly blue color. Web safe color of #000F89 is #000099 (or #009).

RGB color model

#000F89 color RGB value is (0,15,137).

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

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 137 of 255 = 54%

0
15
137

R + G + B ~ 20%. #000F89 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 137 = 152 (100%)
R 0 of 152 ~ 0%
G 15 of 152 ~ 9.87%
B 137 of 152 ~ 90.13%

%9.87
%90.13

CMYK color model

#000F89 color CMYK value is (100,89,0,46).

  • cyan value is 100.00%
  • magenta value is 89.05%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,89,0,46)
C100M89Y0K46 
(100%,89%,0%,46%)
(1.00/0.89/0.00/0.46)	

CMYK percentages

%100
%89.05
%0
%46.27

Codes

Color #000F89 in popluar color models

000F89
RGB015137
HSL233°100.00%26.86%
HSB/HSV233°100.00%53.73%
CMYK100.00%89.05%0.00%
46.27%

Color #000F89 in popluar number systems.

HEX000F89
Decimal015137
Binary0111110001001
Octal017211

Shades and tints

Shades of #000F89

#000F89
(0,15,137)
#000E7D
(0,14,125)
#000D71
(0,13,113)
#000C65
(0,12,101)
#000B59
(0,11,89)
#000A4D
(0,10,77)
#000941
(0,9,65)
#000835
(0,8,53)
#000729
(0,7,41)
#00061D
(0,6,29)
#000511
(0,5,17)
#000000
(0,0,0)

Tints of #000F89

#000F89
(0,15,137)
#172493
(23,36,147)
#2E399D
(46,57,157)
#454EA7
(69,78,167)
#5C63B1
(92,99,177)
#7378BB
(115,120,187)
#8A8DC5
(138,141,197)
#A1A2CF
(161,162,207)
#B8B7D9
(184,183,217)
#CFCCE3
(207,204,227)
#E6E1ED
(230,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F89; }

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

This text font color is #000F89.


Background Color

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

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

This div background color is #000F89.


Border color

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

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

This div border color is #000F89.


Opacity

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

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

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

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

This text has shadow with #000F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F89 on black background.


Color preview on white background

This text has color #000F89 on white background.



Black color preview on #000F89 background

This text has black color on #000F89 background.


White color preview on #000F89 background

This text has white color on #000F89 background.