Html Css Color HEX #020537 Midnight Express

📋 copy color: '#020537'

red 2 ◦ green 5 ◦ blue 55

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

Shades of Midnight Express #020537

Tints of Midnight Express #020537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 88.71%

R = 3.23%
G = 8.06%
B = 88.71%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020537 (or 0x020537) is known color: Midnight Express. HEX triplet: 02, 05 and 37. RGB value is (2,5,55). Sum of RGB (Red+Green+Blue) = 2+5+55=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 55 (21.88% from 255 or 88.71% from 62); Max value from RGB is 55 - color contains mainly: blue. Hex color #020537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020537 is #FDFAC8. Grayscale: #090909. Windows color (decimal): -16644809 or 3605762. OLE color: 3605762.

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

Color convert

RGB 2 5 55 -
CMYK 0.96 0.91 0 0.78
HSL 236.6º 0.93% 0.11% -
HSV(B) 236.6º 0.96% 0.22% -
XYZ 0.77 0.4 3.65 -
YUV 9.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 2 5 55 0.96 0.91 0 0.78 236.6 0.93 0.11
Hex 2 5 37 60 5B 0 4E ED 5D B
Octal 2 5 67 140 133 0 116 355 135 13
Binary 10 101 110111 1100000 1011011 0 1001110 11101101 1011101 1011

Color Harmonies of #020537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020537

Black with #020537

Text Example


Text Example

White with #020537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020537; }

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

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

background-color css

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

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

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

border-color css

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

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

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