#0C085D

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

Shades of Midnight Blue #0C085D

Tints of Midnight Blue #0C085D

Color information

#0C085D (or 0x0C085D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 08 and 5D. RGB value is (12,8,93). Sum of RGB (Red+Green+Blue) = 12+8+93=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C085D is #F3F7A2. Grayscale: #121212. Windows color (decimal): -15988643 or 6096908. OLE color: 6096908.

HSL color Cylindrical-coordinate representation of color #0C085D: hue angle of 242.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C085D is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB12893-
CMYK0.870.9100.64
HSL242.82º84.16%19.8%-
HSV(B)242.82º91.4%36.47%-
XYZ2.211.0410.44-
YUV18.89169.83123.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 93 (36.72% from 255) = 82.30%
R=10.62%
G=7.08%
B=82.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal128930.870.9100.64242.8284.1619.8
HexC85D575B040f35414
Octal1410135127133010036312424
Binary110010001011101101011110110110100000011110011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,93); }

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

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

 a { background-color: rgb(12,8,93); }

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

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

 span { border-color: rgb(12,8,93); }

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