#000C87

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

Shades of Dark Blue #000C87

Tints of Dark Blue #000C87

Color information

#000C87 (or 0x000C87) is unknown color: approx Dark Blue. HEX triplet: 00, 0C and 87. RGB value is (0,12,135). Sum of RGB (Red+Green+Blue) = 0+12+135=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 135 (53.12% from 255 or 91.84% from 147); Max value from RGB is 135 - color contains mainly: blue. Hex color #000C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C87 is #FFF378. Grayscale: #151515. Windows color (decimal): -16774009 or 8850432. OLE color: 8850432.

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

Color convert

RGB012135-
CMYK10.9100.47
HSL234.67º100%26.47%-
HSV(B)234.67º100%52.94%-
XYZ4.52.0123.07-
YUV22.43191.52112-

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.16%
BLUE value IS 135 (53.12% from 255) = 91.84%
R=0%
G=8.16%
B=91.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01213510.9100.47234.6710026.47
Hex0C87645B02Feb641a
Octal01420714413305735314432
Binary011001000011111001001011011010111111101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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