#021639

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

Shades of Midnight Express #021639

Tints of Midnight Express #021639

Color information

#021639 (or 0x021639) is unknown color: approx Midnight Express. HEX triplet: 02, 16 and 39. RGB value is (2,22,57). Sum of RGB (Red+Green+Blue) = 2+22+57=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 57 (22.66% from 255 or 70.37% from 81); Max value from RGB is 57 - color contains mainly: blue. Hex color #021639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021639 is #FDE9C6. Grayscale: #131313. Windows color (decimal): -16640455 or 3741186. OLE color: 3741186.

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

Color convert

RGB22257-
CMYK0.960.6100.78
HSL218.18º93.22%11.57%-
HSV(B)218.18º96.49%22.35%-
XYZ1.050.883.99-
YUV20.01148.87115.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 57 (22.66% from 255) = 70.37%
R=2.47%
G=27.16%
B=70.37%

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
Decimal222570.960.6100.78218.1893.2211.57
Hex21639603D04Eda5dc
Octal2267114075011633213514
Binary10101101110011100000111101010011101101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021639; }

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

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

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

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

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

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

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

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