#0C142E

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

Shades of Midnight Express #0C142E

Tints of Midnight Express #0C142E

Color information

#0C142E (or 0x0C142E) is unknown color: approx Midnight Express. HEX triplet: 0C, 14 and 2E. RGB value is (12,20,46). Sum of RGB (Red+Green+Blue) = 12+20+46=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142E is #F3EBD1. Grayscale: #141414. Windows color (decimal): -15985618 or 3019788. OLE color: 3019788.

HSL color Cylindrical-coordinate representation of color #0C142E: hue angle of 225.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C142E is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB122046-
CMYK0.740.5700.82
HSL225.88º58.62%11.37%-
HSV(B)225.88º73.91%18.04%-
XYZ0.890.782.69-
YUV20.57142.35121.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=15.38%
G=25.64%
B=58.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1220460.740.5700.82225.8858.6211.37
HexC142E4A39052e23bb
Octal1424561127101223427313
Binary110010100101110100101011100101010010111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,46); }

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

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

 a { background-color: rgb(12,20,46); }

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

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

 span { border-color: rgb(12,20,46); }

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