Html Css Color HEX #000C89 Dark Blue

📋 copy color: '#000C89'

red 0 ◦ green 12 ◦ blue 137

#000C89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #000C89

Tints of Dark Blue #000C89

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 value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#000C89 (or 0x000C89) is known color: 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

RGB 0 12 137 -
CMYK 1 0.91 0 0.46
HSL 234.74º 1% 0.27% -
HSV(B) 234.74º 1% 0.54% -
XYZ 4.65 2.07 23.82 -
YUV 22.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 0 12 137 1 0.91 0 0.46 234.74 1 0.27
Hex 0 C 89 64 5B 0 2E EB 64 1B
Octal 0 14 211 144 133 0 56 353 144 33
Binary 0 1100 10001001 1100100 1011011 0 101110 11101011 1100100 11011

Color Harmonies of #000C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C89

Black with #000C89

Text Example


Text Example

White with #000C89

Text Example


Text Example

HTML Codes & Css Web 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>