#021840

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

Shades of Midnight Express #021840

Tints of Midnight Express #021840

Color information

#021840 (or 0x021840) is unknown color: approx Midnight Express. HEX triplet: 02, 18 and 40. RGB value is (2,24,64). Sum of RGB (Red+Green+Blue) = 2+24+64=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #021840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021840 is #FDE7BF. Grayscale: #151515. Windows color (decimal): -16639936 or 4200450. OLE color: 4200450.

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

Color convert

RGB22464-
CMYK0.970.6200.75
HSL218.71º93.94%12.94%-
HSV(B)218.71º96.88%25.1%-
XYZ1.281.044.98-
YUV21.98151.71113.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 64 (25.39% from 255) = 71.11%
R=2.22%
G=26.67%
B=71.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal224640.970.6200.75218.7193.9412.94
Hex21840613E04Bdb5ed
Octal23010014176011333313615
Binary101100010000001100001111110010010111101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021840; }

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

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

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

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

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

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

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

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