#020533

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

Shades of Midnight Express #020533

Tints of Midnight Express #020533

Color information

#020533 (or 0x020533) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 33. RGB value is (2,5,51). Sum of RGB (Red+Green+Blue) = 2+5+51=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 51 (20.31% from 255 or 87.93% from 58); Max value from RGB is 51 - color contains mainly: blue. Hex color #020533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020533 is #FDFACC. Grayscale: #090909. Windows color (decimal): -16644813 or 3343618. OLE color: 3343618.

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

Color convert

RGB2551-
CMYK0.960.9000.8
HSL236.33º92.45%10.39%-
HSV(B)236.33º96.08%20%-
XYZ0.680.363.17-
YUV9.35151.51122.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 51 (20.31% from 255) = 87.93%
R=3.45%
G=8.62%
B=87.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal25510.960.9000.8236.3392.4510.39
Hex2533605A050ec5ca
Octal2563140132012035413412
Binary1010111001111000001011010010100001110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020533; }

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

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

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

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

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

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

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

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