#021434

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

Shades of Midnight Express #021434

Tints of Midnight Express #021434

Color information

#021434 (or 0x021434) is unknown color: approx Midnight Express. HEX triplet: 02, 14 and 34. RGB value is (2,20,52). Sum of RGB (Red+Green+Blue) = 2+20+52=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #021434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021434 is #FDEBCB. Grayscale: #121212. Windows color (decimal): -16640972 or 3412994. OLE color: 3412994.

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

Color convert

RGB22052-
CMYK0.960.6200.80
HSL218.4º92.59%10.59%-
HSV(B)218.4º96.15%20.39%-
XYZ0.90.763.35-
YUV18.27147.04116.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 52 (20.70% from 255) = 70.27%
R=2.70%
G=27.03%
B=70.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal220520.960.6200.80218.492.5910.59
Hex21434603E050da5db
Octal2246414076012033213513
Binary10101001101001100000111110010100001101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021434; }

 p { color: rgb(2,20,52); }

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

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

 a { background-color: rgb(2,20,52); }

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

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

 span { border-color: rgb(2,20,52); }

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