#000C8C

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

Shades of Dark Blue #000C8C

Tints of Dark Blue #000C8C

Color information

#000C8C (or 0x000C8C) is unknown color: approx Dark Blue. HEX triplet: 00, 0C and 8C. RGB value is (0,12,140). Sum of RGB (Red+Green+Blue) = 0+12+140=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 140 (55.08% from 255 or 92.11% from 152); Max value from RGB is 140 - color contains mainly: blue. Hex color #000C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C8C is #FFF373. Grayscale: #161616. Windows color (decimal): -16774004 or 9178112. OLE color: 9178112.

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

Color convert

RGB012140-
CMYK10.9100.45
HSL234.86º100%27.45%-
HSV(B)234.86º100%54.9%-
XYZ4.872.1624.97-
YUV23194.02111.59-

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) = 7.89%
BLUE value IS 140 (55.08% from 255) = 92.11%
R=0%
G=7.89%
B=92.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01214010.9100.45234.8610027.45
Hex0C8C645B02Deb641b
Octal01421414413305535314433
Binary011001000110011001001011011010110111101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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