#0C086A

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

Shades of Midnight Blue #0C086A

Tints of Midnight Blue #0C086A

Color information

#0C086A (or 0x0C086A) is unknown color: approx Midnight Blue. HEX triplet: 0C, 08 and 6A. RGB value is (12,8,106). Sum of RGB (Red+Green+Blue) = 12+8+106=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 106 (41.80% from 255 or 84.13% from 126); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C086A is #F3F795. Grayscale: #131313. Windows color (decimal): -15988630 or 6948876. OLE color: 6948876.

HSL color Cylindrical-coordinate representation of color #0C086A: hue angle of 242.45º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C086A is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB128106-
CMYK0.890.9200.58
HSL242.45º85.96%22.35%-
HSV(B)242.45º92.45%41.57%-
XYZ2.841.2913.74-
YUV20.37176.33122.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 106 (41.80% from 255) = 84.13%
R=9.52%
G=6.35%
B=84.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1281060.890.9200.58242.4585.9622.35
HexC86A595C03Af25616
Octal141015213113407236212626
Binary11001000110101010110011011100011101011110010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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