#021133

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

Shades of Midnight Express #021133

Tints of Midnight Express #021133

Color information

#021133 (or 0x021133) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 33. RGB value is (2,17,51). Sum of RGB (Red+Green+Blue) = 2+17+51=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #021133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021133 is #FDEECC. Grayscale: #101010. Windows color (decimal): -16641741 or 3346690. OLE color: 3346690.

HSL color Cylindrical-coordinate representation of color #021133: hue angle of 221.63º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021133 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB21751-
CMYK0.960.6700.8
HSL221.63º92.45%10.39%-
HSV(B)221.63º96.08%20%-
XYZ0.820.653.21-
YUV16.39147.53117.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 51 (20.31% from 255) = 72.86%
R=2.86%
G=24.29%
B=72.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal217510.960.6700.8221.6392.4510.39
Hex211336043050de5ca
Octal22163140103012033613412
Binary101000111001111000001000011010100001101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021133; }

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

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

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

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

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

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

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

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