#0C1E40

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

Shades of Midnight Express #0C1E40

Tints of Midnight Express #0C1E40

Color information

#0C1E40 (or 0x0C1E40) is unknown color: approx Midnight Express. HEX triplet: 0C, 1E and 40. RGB value is (12,30,64). Sum of RGB (Red+Green+Blue) = 12+30+64=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E40 is #F3E1BF. Grayscale: #1C1C1C. Windows color (decimal): -15983040 or 4201996. OLE color: 4201996.

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

Color convert

RGB123064-
CMYK0.810.5300.75
HSL219.23º68.42%14.9%-
HSV(B)219.23º81.25%25.1%-
XYZ1.541.385.04-
YUV28.49148.04116.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=11.32%
G=28.30%
B=60.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1230640.810.5300.75219.2368.4214.9
HexC1E40513504Bdb44f
Octal143610012165011333310417
Binary11001111010000001010001110101010010111101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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