#0C0851

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

Shades of Midnight Blue #0C0851

Tints of Midnight Blue #0C0851

Color information

#0C0851 (or 0x0C0851) is unknown color: approx Midnight Blue. HEX triplet: 0C, 08 and 51. RGB value is (12,8,81). Sum of RGB (Red+Green+Blue) = 12+8+81=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C0851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0851 is #F3F7AE. Grayscale: #111111. Windows color (decimal): -15988655 or 5310476. OLE color: 5310476.

HSL color Cylindrical-coordinate representation of color #0C0851: hue angle of 243.29º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0851 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB12881-
CMYK0.850.9000.68
HSL243.29º82.02%17.45%-
HSV(B)243.29º90.12%31.76%-
XYZ1.720.857.86-
YUV17.52163.83124.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 81 (32.03% from 255) = 80.20%
R=11.88%
G=7.92%
B=80.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal128810.850.9000.68243.2982.0217.45
HexC851555A044f35211
Octal1410121125132010436312221
Binary110010001010001101010110110100100010011110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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