#0C0837

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

Shades of Midnight Express #0C0837

Tints of Midnight Express #0C0837

Color information

#0C0837 (or 0x0C0837) is unknown color: approx Midnight Express. HEX triplet: 0C, 08 and 37. RGB value is (12,8,55). Sum of RGB (Red+Green+Blue) = 12+8+55=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C0837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0837 is #F3F7C8. Grayscale: #0E0E0E. Windows color (decimal): -15988681 or 3606540. OLE color: 3606540.

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

Color convert

RGB12855-
CMYK0.780.8500.78
HSL245.11º74.6%12.35%-
HSV(B)245.11º85.45%21.57%-
XYZ0.930.533.67-
YUV14.55150.83126.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 55 (21.88% from 255) = 73.33%
R=16%
G=10.67%
B=73.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal128550.780.8500.78245.1174.612.35
HexC8374E5504Ef54bc
Octal141067116125011636511314
Binary1100100011011110011101010101010011101111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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