Html Css Color HEX #020542 Midnight Express

📋 copy color: '#020542'

red 2 ◦ green 5 ◦ blue 66

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

Shades of Midnight Express #020542

Tints of Midnight Express #020542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 90.41%

R = 2.74%
G = 6.85%
B = 90.41%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#020542 (or 0x020542) is known color: Midnight Express. HEX triplet: 02, 05 and 42. RGB value is (2,5,66). Sum of RGB (Red+Green+Blue) = 2+5+66=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 66 (26.17% from 255 or 90.41% from 73); Max value from RGB is 66 - color contains mainly: blue. Hex color #020542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020542 is #FDFABD. Grayscale: #0A0A0A. Windows color (decimal): -16644798 or 4326658. OLE color: 4326658.

HSL color Cylindrical-coordinate representation of color #020542: hue angle of 237.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020542 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 5 66 -
CMYK 0.97 0.92 0 0.74
HSL 237.19º 0.94% 0.13% -
HSV(B) 237.19º 0.97% 0.26% -
XYZ 1.06 0.51 5.2 -
YUV 11.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 2 5 66 0.97 0.92 0 0.74 237.19 0.94 0.13
Hex 2 5 42 61 5C 0 4A ED 5E D
Octal 2 5 102 141 134 0 112 355 136 15
Binary 10 101 1000010 1100001 1011100 0 1001010 11101101 1011110 1101

Color Harmonies of #020542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020542

Black with #020542

Text Example


Text Example

White with #020542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020542; }

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

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

background-color css

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

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

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

border-color css

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

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

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