#0C1146

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

Shades of Midnight Express #0C1146

Tints of Midnight Express #0C1146

Color information

#0C1146 (or 0x0C1146) is unknown color: approx Midnight Express. HEX triplet: 0C, 11 and 46. RGB value is (12,17,70). Sum of RGB (Red+Green+Blue) = 12+17+70=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #0C1146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1146 is #F3EEB9. Grayscale: #151515. Windows color (decimal): -15986362 or 4591884. OLE color: 4591884.

HSL color Cylindrical-coordinate representation of color #0C1146: hue angle of 234.83º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C1146 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB121770-
CMYK0.830.7600.73
HSL234.83º70.73%16.08%-
HSV(B)234.83º82.86%27.45%-
XYZ1.460.925.9-
YUV21.55155.34121.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=12.12%
G=17.17%
B=70.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1217700.830.7600.73234.8370.7316.08
HexC1146534C049eb4710
Octal1421106123114011135310720
Binary1100100011000110101001110011000100100111101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,70); }

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

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

 a { background-color: rgb(12,17,70); }

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

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

 span { border-color: rgb(12,17,70); }

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