Html Css Color HEX #020535 Midnight Express

📋 copy color: '#020535'

red 2 ◦ green 5 ◦ blue 53

#020535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #020535

Tints of Midnight Express #020535

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 value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020535 (or 0x020535) is known color: 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

RGB 2 5 53 -
CMYK 0.96 0.91 0 0.79
HSL 236.47º 0.93% 0.11% -
HSV(B) 236.47º 0.96% 0.21% -
XYZ 0.72 0.38 3.4 -
YUV 9.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 2 5 53 0.96 0.91 0 0.79 236.47 0.93 0.11
Hex 2 5 35 60 5B 0 4F EC 5D B
Octal 2 5 65 140 133 0 117 354 135 13
Binary 10 101 110101 1100000 1011011 0 1001111 11101100 1011101 1011

Color Harmonies of #020535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020535

Black with #020535

Text Example


Text Example

White with #020535

Text Example


Text Example

HTML Codes & Css Web 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>