#0C1940

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

Shades of Midnight Express #0C1940

Tints of Midnight Express #0C1940

Color information

#0C1940 (or 0x0C1940) is unknown color: approx Midnight Express. HEX triplet: 0C, 19 and 40. RGB value is (12,25,64). Sum of RGB (Red+Green+Blue) = 12+25+64=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1940 is #F3E6BF. Grayscale: #191919. Windows color (decimal): -15984320 or 4200716. OLE color: 4200716.

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

Color convert

RGB122564-
CMYK0.810.6100.75
HSL225º68.42%14.9%-
HSV(B)225º81.25%25.1%-
XYZ1.421.145-
YUV25.56149.69118.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=11.88%
G=24.75%
B=63.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1225640.810.6100.7522568.4214.9
HexC1940513D04Be144f
Octal143110012175011334110417
Binary11001100110000001010001111101010010111110000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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