#000A89

Color #000A89 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #000A89

Tints of Dark Blue #000A89

Color information

#000A89 (or 0x000A89) is unknown color: approx Dark Blue. HEX triplet: 00, 0A and 89. RGB value is (0,10,137). Sum of RGB (Red+Green+Blue) = 0+10+137=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 137 (53.91% from 255 or 93.20% from 147); Max value from RGB is 137 - color contains mainly: blue. Hex color #000A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A89 is #FFF576. Grayscale: #141414. Windows color (decimal): -16774519 or 8980992. OLE color: 8980992.

HSL color Cylindrical-coordinate representation of color #000A89: hue angle of 235.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A89 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB010137-
CMYK10.9300.46
HSL235.62º100%26.86%-
HSV(B)235.62º100%53.73%-
XYZ4.622.0223.81-
YUV21.49193.19112.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 137 (53.91% from 255) = 93.20%
R=0%
G=6.80%
B=93.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal01013710.9300.46235.6210026.86
Hex0A89645D02Eec641b
Octal01221114413505635414433
Binary010101000100111001001011101010111011101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A89; }

 p { color: rgb(0,10,137); }

 H1.HeaderClassName
 {
   color: #000A89;
 }
 .AnyTagClassName
 {
   color: #000A89;
 }
</style>
background-color css

<style>
 a { background-color: #000A89; }

 a { background-color: rgb(0,10,137); }

 div.DivClassName
 {
   background-color: #000A89;
 }
 .BgClassName
 {
   background-color: #000A89;
 }
</style>
border-color css

<style>
 span { border-color: #000A89; }

 span { border-color: rgb(0,10,137); }

 td.TdClassName
 {
   border-color: #000A89;
 }
 .TagClassName
 {
   border-color: #000A89;
 }
</style>