#020535

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

Shades of Midnight Express #020535

Tints of Midnight Express #020535

Color information

#020535 (or 0x020535) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 35. RGB value is (2,5,53). Sum of RGB (Red+Green+Blue) = 2+5+53=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 53 (21.09% from 255 or 88.33% from 60); Max value from RGB is 53 - color contains mainly: blue. Hex color #020535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020535 is #FDFACA. Grayscale: #090909. Windows color (decimal): -16644811 or 3474690. OLE color: 3474690.

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

Color convert

RGB2553-
CMYK0.960.9100.79
HSL236.47º92.73%10.78%-
HSV(B)236.47º96.23%20.78%-
XYZ0.720.383.4-
YUV9.57152.51122.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 53 (21.09% from 255) = 88.33%
R=3.33%
G=8.33%
B=88.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal25530.960.9100.79236.4792.7310.78
Hex2535605B04Fec5db
Octal2565140133011735413513
Binary1010111010111000001011011010011111110110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020535; }

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

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

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

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

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

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

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

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