#011A40

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

Shades of Midnight Express #011A40

Tints of Midnight Express #011A40

Color information

#011A40 (or 0x011A40) is unknown color: approx Midnight Express. HEX triplet: 01, 1A and 40. RGB value is (1,26,64). Sum of RGB (Red+Green+Blue) = 1+26+64=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #011A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A40 is #FEE5BF. Grayscale: #161616. Windows color (decimal): -16704960 or 4200961. OLE color: 4200961.

HSL color Cylindrical-coordinate representation of color #011A40: hue angle of 216.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A40 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12664-
CMYK0.980.5900.75
HSL216.19º96.92%12.75%-
HSV(B)216.19º98.44%25.1%-
XYZ1.311.125-
YUV22.86151.22112.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 70.33%
R=1.10%
G=28.57%
B=70.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal126640.980.5900.75216.1996.9212.75
Hex11A40623B04Bd861d
Octal13210014273011333014115
Binary11101010000001100010111011010010111101100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A40; }

 p { color: rgb(1,26,64); }

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

<style>
 a { background-color: #011A40; }

 a { background-color: rgb(1,26,64); }

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

<style>
 span { border-color: #011A40; }

 span { border-color: rgb(1,26,64); }

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