#0C0939

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

Shades of Midnight Express #0C0939

Tints of Midnight Express #0C0939

Color information

#0C0939 (or 0x0C0939) is unknown color: approx Midnight Express. HEX triplet: 0C, 09 and 39. RGB value is (12,9,57). Sum of RGB (Red+Green+Blue) = 12+9+57=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C0939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0939 is #F3F6C6. Grayscale: #0F0F0F. Windows color (decimal): -15988423 or 3737868. OLE color: 3737868.

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

Color convert

RGB12957-
CMYK0.790.8400.78
HSL243.75º72.73%12.94%-
HSV(B)243.75º84.21%22.35%-
XYZ0.990.573.93-
YUV15.37151.49125.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 57 (22.66% from 255) = 73.08%
R=15.38%
G=11.54%
B=73.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal129570.790.8400.78243.7572.7312.94
HexC9394F5404Ef449d
Octal141171117124011636411115
Binary1100100111100110011111010100010011101111010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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