#021540

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

Shades of Midnight Express #021540

Tints of Midnight Express #021540

Color information

#021540 (or 0x021540) is unknown color: approx Midnight Express. HEX triplet: 02, 15 and 40. RGB value is (2,21,64). Sum of RGB (Red+Green+Blue) = 2+21+64=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #021540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021540 is #FDEABF. Grayscale: #141414. Windows color (decimal): -16640704 or 4199682. OLE color: 4199682.

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

Color convert

RGB22164-
CMYK0.970.6700.75
HSL221.61º93.94%12.94%-
HSV(B)221.61º96.88%25.1%-
XYZ1.220.924.96-
YUV20.22152.71115-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 64 (25.39% from 255) = 73.56%
R=2.30%
G=24.14%
B=73.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal221640.970.6700.75221.6193.9412.94
Hex21540614304Bde5ed
Octal225100141103011333613615
Binary1010101100000011000011000011010010111101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021540; }

 p { color: rgb(2,21,64); }

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

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

 a { background-color: rgb(2,21,64); }

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

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

 span { border-color: rgb(2,21,64); }

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