#021334

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

Shades of Midnight Express #021334

Tints of Midnight Express #021334

Color information

#021334 (or 0x021334) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 34. RGB value is (2,19,52). Sum of RGB (Red+Green+Blue) = 2+19+52=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #021334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021334 is #FDECCB. Grayscale: #111111. Windows color (decimal): -16641228 or 3412738. OLE color: 3412738.

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

Color convert

RGB21952-
CMYK0.960.6300.80
HSL219.6º92.59%10.59%-
HSV(B)219.6º96.15%20.39%-
XYZ0.880.733.34-
YUV17.68147.37116.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 52 (20.70% from 255) = 71.23%
R=2.74%
G=26.03%
B=71.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal219520.960.6300.80219.692.5910.59
Hex21334603F050dc5db
Octal2236414077012033413513
Binary10100111101001100000111111010100001101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021334; }

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

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

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

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

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

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

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

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