#0C1434

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

Shades of Midnight Express #0C1434

Tints of Midnight Express #0C1434

Color information

#0C1434 (or 0x0C1434) is unknown color: approx Midnight Express. HEX triplet: 0C, 14 and 34. RGB value is (12,20,52). Sum of RGB (Red+Green+Blue) = 12+20+52=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1434 is #F3EBCB. Grayscale: #151515. Windows color (decimal): -15985612 or 3413004. OLE color: 3413004.

HSL color Cylindrical-coordinate representation of color #0C1434: hue angle of 228º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1434 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB122052-
CMYK0.770.6200.80
HSL228º62.5%12.55%-
HSV(B)228º76.92%20.39%-
XYZ1.020.833.35-
YUV21.26145.35121.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 52 (20.70% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1220520.770.6200.8022862.512.55
HexC14344D3E050e43ed
Octal1424641157601203447615
Binary110010100110100100110111111001010000111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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