Html Css Color HEX #020534 Midnight Express

📋 copy color: '#020534'

red 2 ◦ green 5 ◦ blue 52

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

Shades of Midnight Express #020534

Tints of Midnight Express #020534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 88.14%

R = 3.39%
G = 8.47%
B = 88.14%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020534 (or 0x020534) is known color: Midnight Express. HEX triplet: 02, 05 and 34. RGB value is (2,5,52). Sum of RGB (Red+Green+Blue) = 2+5+52=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 52 (20.70% from 255 or 88.14% from 59); Max value from RGB is 52 - color contains mainly: blue. Hex color #020534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020534 is #FDFACB. Grayscale: #090909. Windows color (decimal): -16644812 or 3409154. OLE color: 3409154.

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

Color convert

RGB 2 5 52 -
CMYK 0.96 0.90 0 0.80
HSL 236.4º 0.93% 0.11% -
HSV(B) 236.4º 0.96% 0.2% -
XYZ 0.7 0.37 3.28 -
YUV 9.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 2 5 52 0.96 0.90 0 0.80 236.4 0.93 0.11
Hex 2 5 34 60 5A 0 50 EC 5D B
Octal 2 5 64 140 132 0 120 354 135 13
Binary 10 101 110100 1100000 1011010 0 1010000 11101100 1011101 1011

Color Harmonies of #020534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020534

Black with #020534

Text Example


Text Example

White with #020534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020534; }

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

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

background-color css

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

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

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

border-color css

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

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

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