#021638

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

Shades of Midnight Express #021638

Tints of Midnight Express #021638

Color information

#021638 (or 0x021638) is unknown color: approx Midnight Express. HEX triplet: 02, 16 and 38. RGB value is (2,22,56). Sum of RGB (Red+Green+Blue) = 2+22+56=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #021638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021638 is #FDE9C7. Grayscale: #131313. Windows color (decimal): -16640456 or 3675650. OLE color: 3675650.

HSL color Cylindrical-coordinate representation of color #021638: hue angle of 217.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021638 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22256-
CMYK0.960.6100.78
HSL217.78º93.1%11.37%-
HSV(B)217.78º96.43%21.96%-
XYZ1.030.873.86-
YUV19.9148.37115.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 56 (22.27% from 255) = 70%
R=2.5%
G=27.5%
B=70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal222560.960.6100.78217.7893.111.37
Hex21638603D04Eda5db
Octal2267014075011633213513
Binary10101101110001100000111101010011101101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021638; }

 p { color: rgb(2,22,56); }

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

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

 a { background-color: rgb(2,22,56); }

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

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

 span { border-color: rgb(2,22,56); }

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