#000C89

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

Shades of Dark Blue #000C89

Tints of Dark Blue #000C89

Color information

#000C89 (or 0x000C89) is unknown color: approx Dark Blue. HEX triplet: 00, 0C and 89. RGB value is (0,12,137). Sum of RGB (Red+Green+Blue) = 0+12+137=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 137 (53.91% from 255 or 91.95% from 149); Max value from RGB is 137 - color contains mainly: blue. Hex color #000C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C89 is #FFF376. Grayscale: #161616. Windows color (decimal): -16774007 or 8981504. OLE color: 8981504.

HSL color Cylindrical-coordinate representation of color #000C89: hue angle of 234.74º 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 #000C89 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB012137-
CMYK10.9100.46
HSL234.74º100%26.86%-
HSV(B)234.74º100%53.73%-
XYZ4.652.0723.82-
YUV22.66192.52111.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 137 (53.91% from 255) = 91.95%
R=0%
G=8.05%
B=91.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal01213710.9100.46234.7410026.86
Hex0C89645B02Eeb641b
Octal01421114413305635314433
Binary011001000100111001001011011010111011101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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