#0C0A40

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

Shades of Midnight Express #0C0A40

Tints of Midnight Express #0C0A40

Color information

#0C0A40 (or 0x0C0A40) is unknown color: approx Midnight Express. HEX triplet: 0C, 0A and 40. RGB value is (12,10,64). Sum of RGB (Red+Green+Blue) = 12+10+64=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C0A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A40 is #F3F5BF. Grayscale: #101010. Windows color (decimal): -15988160 or 4196876. OLE color: 4196876.

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

Color convert

RGB121064-
CMYK0.810.8400.75
HSL242.22º72.97%14.51%-
HSV(B)242.22º84.38%25.1%-
XYZ1.190.674.92-
YUV16.75154.66124.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.95%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 64 (25.39% from 255) = 74.42%
R=13.95%
G=11.63%
B=74.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1210640.810.8400.75242.2272.9714.51
HexCA40515404Bf249f
Octal1412100121124011336211117
Binary11001010100000010100011010100010010111111001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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