#021436

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

Shades of Midnight Express #021436

Tints of Midnight Express #021436

Color information

#021436 (or 0x021436) is unknown color: approx Midnight Express. HEX triplet: 02, 14 and 36. RGB value is (2,20,54). Sum of RGB (Red+Green+Blue) = 2+20+54=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #021436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021436 is #FDEBC9. Grayscale: #121212. Windows color (decimal): -16640970 or 3544066. OLE color: 3544066.

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

Color convert

RGB22054-
CMYK0.960.6300.79
HSL219.23º92.86%10.98%-
HSV(B)219.23º96.3%21.18%-
XYZ0.940.783.59-
YUV18.49148.04116.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 54 (21.48% from 255) = 71.05%
R=2.63%
G=26.32%
B=71.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal220540.960.6300.79219.2392.8610.98
Hex21436603F04Fdb5db
Octal2246614077011733313513
Binary10101001101101100000111111010011111101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021436; }

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

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

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

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

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

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

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

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