#021333

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

Shades of Midnight Express #021333

Tints of Midnight Express #021333

Color information

#021333 (or 0x021333) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 33. RGB value is (2,19,51). Sum of RGB (Red+Green+Blue) = 2+19+51=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #021333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021333 is #FDECCC. Grayscale: #111111. Windows color (decimal): -16641229 or 3347202. OLE color: 3347202.

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

Color convert

RGB21951-
CMYK0.960.6300.8
HSL219.18º92.45%10.39%-
HSV(B)219.18º96.08%20%-
XYZ0.860.723.23-
YUV17.56146.87116.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=2.78%
G=26.39%
B=70.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal219510.960.6300.8219.1892.4510.39
Hex21333603F050db5ca
Octal2236314077012033313412
Binary10100111100111100000111111010100001101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021333; }

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

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

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

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

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

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

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

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