#021136

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

Shades of Midnight Express #021136

Tints of Midnight Express #021136

Color information

#021136 (or 0x021136) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 36. RGB value is (2,17,54). Sum of RGB (Red+Green+Blue) = 2+17+54=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 54 (21.48% from 255 or 73.97% from 73); Max value from RGB is 54 - color contains mainly: blue. Hex color #021136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021136 is #FDEEC9. Grayscale: #101010. Windows color (decimal): -16641738 or 3543298. OLE color: 3543298.

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

Color convert

RGB21754-
CMYK0.960.6900.79
HSL222.69º92.86%10.98%-
HSV(B)222.69º96.3%21.18%-
XYZ0.890.683.57-
YUV16.73149.03117.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 54 (21.48% from 255) = 73.97%
R=2.74%
G=23.29%
B=73.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal217540.960.6900.79222.6992.8610.98
Hex21136604504Fdf5db
Octal22166140105011733713513
Binary101000111011011000001000101010011111101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021136; }

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

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

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

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

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

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

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

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