Html Css Color HEX #020536 Midnight Express

📋 copy color: '#020536'

red 2 ◦ green 5 ◦ blue 54

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

Shades of Midnight Express #020536

Tints of Midnight Express #020536

RGB

 RED value IS 2 (1.17% from 255) = 3.28%

 GREEN value IS 5 (2.34% from 255) = 8.2%

 BLUE value IS 54 (21.48% from 255) = 88.52%

R = 3.28%
G = 8.2%
B = 88.52%

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

#020536 (or 0x020536) is known color: Midnight Express. HEX triplet: 02, 05 and 36. RGB value is (2,5,54). Sum of RGB (Red+Green+Blue) = 2+5+54=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 54 (21.48% from 255 or 88.52% from 61); Max value from RGB is 54 - color contains mainly: blue. Hex color #020536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020536 is #FDFAC9. Grayscale: #090909. Windows color (decimal): -16644810 or 3540226. OLE color: 3540226.

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

Color convert

RGB 2 5 54 -
CMYK 0.96 0.91 0 0.79
HSL 236.54º 0.93% 0.11% -
HSV(B) 236.54º 0.96% 0.21% -
XYZ 0.75 0.39 3.53 -
YUV 9.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 2 5 54 0.96 0.91 0 0.79 236.54 0.93 0.11
Hex 2 5 36 60 5B 0 4F ED 5D B
Octal 2 5 66 140 133 0 117 355 135 13
Binary 10 101 110110 1100000 1011011 0 1001111 11101101 1011101 1011

Color Harmonies of #020536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020536

Black with #020536

Text Example


Text Example

White with #020536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020536; }

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

 H1.HeaderClassName
 {
   color: #020536;
 }
 .AnyTagClassName
 {
   color: #020536;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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