#0C0539

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

Shades of Midnight Express #0C0539

Tints of Midnight Express #0C0539

Color information

#0C0539 (or 0x0C0539) is unknown color: approx Midnight Express. HEX triplet: 0C, 05 and 39. RGB value is (12,5,57). Sum of RGB (Red+Green+Blue) = 12+5+57=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 57 (22.66% from 255 or 77.03% from 74); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C0539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0539 is #F3FAC6. Grayscale: #0C0C0C. Windows color (decimal): -15989447 or 3736844. OLE color: 3736844.

HSL color Cylindrical-coordinate representation of color #0C0539: hue angle of 248.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0539 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12557-
CMYK0.790.9100.78
HSL248.08º83.87%12.16%-
HSV(B)248.08º91.23%22.35%-
XYZ0.940.483.91-
YUV13.02152.82127.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 57 (22.66% from 255) = 77.03%
R=16.22%
G=6.76%
B=77.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125570.790.9100.78248.0883.8712.16
HexC5394F5B04Ef854c
Octal14571117133011637012414
Binary110010111100110011111011011010011101111100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,57); }

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

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

 a { background-color: rgb(12,5,57); }

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

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

 span { border-color: rgb(12,5,57); }

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