#0C005E

Color #0C005E Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0C005E

Tints of Midnight Blue #0C005E

Color information

#0C005E (or 0x0C005E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 00 and 5E. RGB value is (12,0,94). Sum of RGB (Red+Green+Blue) = 12+0+94=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C005E is #F3FFA1. Grayscale: #0D0D0D. Windows color (decimal): -15990690 or 6160396. OLE color: 6160396.

HSL color Cylindrical-coordinate representation of color #0C005E: hue angle of 247.66º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C005E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB12094-
CMYK0.87100.63
HSL247.66º100%18.43%-
HSV(B)247.66º100%36.86%-
XYZ2.170.8910.65-
YUV14.3172.98126.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=11.32%
G=0%
B=88.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal120940.87100.63247.6610018.43
HexC05E576403Ff86412
Octal14013612714407737014422
Binary11000101111010101111100100011111111111000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C005E; }

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

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

<style>
 a { background-color: #0C005E; }

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

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

<style>
 span { border-color: #0C005E; }

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

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