#0C1340

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

Shades of Midnight Express #0C1340

Tints of Midnight Express #0C1340

Color information

#0C1340 (or 0x0C1340) is unknown color: approx Midnight Express. HEX triplet: 0C, 13 and 40. RGB value is (12,19,64). Sum of RGB (Red+Green+Blue) = 12+19+64=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1340 is #F3ECBF. Grayscale: #151515. Windows color (decimal): -15985856 or 4199180. OLE color: 4199180.

HSL color Cylindrical-coordinate representation of color #0C1340: hue angle of 231.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1340 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB121964-
CMYK0.810.7000.75
HSL231.92º68.42%14.9%-
HSV(B)231.92º81.25%25.1%-
XYZ1.310.914.96-
YUV22.04151.68120.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 67.37%
R=12.63%
G=20%
B=67.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1219640.810.7000.75231.9268.4214.9
HexC1340514604Be844f
Octal1423100121106011335010417
Binary110010011100000010100011000110010010111110100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,64); }

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

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

 a { background-color: rgb(12,19,64); }

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

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

 span { border-color: rgb(12,19,64); }

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