#0C1640

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

Shades of Midnight Express #0C1640

Tints of Midnight Express #0C1640

Color information

#0C1640 (or 0x0C1640) is unknown color: approx Midnight Express. HEX triplet: 0C, 16 and 40. RGB value is (12,22,64). Sum of RGB (Red+Green+Blue) = 12+22+64=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1640 is #F3E9BF. Grayscale: #171717. Windows color (decimal): -15985088 or 4199948. OLE color: 4199948.

HSL color Cylindrical-coordinate representation of color #0C1640: hue angle of 228.46º 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 #0C1640 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB122264-
CMYK0.810.6600.75
HSL228.46º68.42%14.9%-
HSV(B)228.46º81.25%25.1%-
XYZ1.361.024.98-
YUV23.8150.69119.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=12.24%
G=22.45%
B=65.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1222640.810.6600.75228.4668.4214.9
HexC1640514204Be444f
Octal1426100121102011334410417
Binary110010110100000010100011000010010010111110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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