#021536

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

Shades of Midnight Express #021536

Tints of Midnight Express #021536

Color information

#021536 (or 0x021536) is unknown color: approx Midnight Express. HEX triplet: 02, 15 and 36. RGB value is (2,21,54). Sum of RGB (Red+Green+Blue) = 2+21+54=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #021536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021536 is #FDEAC9. Grayscale: #121212. Windows color (decimal): -16640714 or 3544322. OLE color: 3544322.

HSL color Cylindrical-coordinate representation of color #021536: hue angle of 218.08º 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 #021536 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB22154-
CMYK0.960.6100.79
HSL218.08º92.86%10.98%-
HSV(B)218.08º96.3%21.18%-
XYZ0.960.823.6-
YUV19.08147.71115.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 54 (21.48% from 255) = 70.13%
R=2.60%
G=27.27%
B=70.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal221540.960.6100.79218.0892.8610.98
Hex21536603D04Fda5db
Octal2256614075011733213513
Binary10101011101101100000111101010011111101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021536; }

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

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

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

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

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

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

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

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