Html Css Color HEX #020580 Navy

📋 copy color: '#020580'

red 2 ◦ green 5 ◦ blue 128

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

Shades of Navy #020580

Tints of Navy #020580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 94.81%

R = 1.48%
G = 3.7%
B = 94.81%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#020580 (or 0x020580) is known color: Navy. HEX triplet: 02, 05 and 80. RGB value is (2,5,128). Sum of RGB (Red+Green+Blue) = 2+5+128=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 128 (50.39% from 255 or 94.81% from 135); Max value from RGB is 128 - color contains mainly: blue. Hex color #020580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020580 is #FDFA7F. Grayscale: #111111. Windows color (decimal): -16644736 or 8389890. OLE color: 8389890.

HSL color Cylindrical-coordinate representation of color #020580: hue angle of 238.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020580 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 5 128 -
CMYK 0.98 0.96 0 0.50
HSL 238.57º 0.97% 0.25% -
HSV(B) 238.57º 0.98% 0.5% -
XYZ 3.98 1.68 20.54 -
YUV 18.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 2 5 128 0.98 0.96 0 0.50 238.57 0.97 0.25
Hex 2 5 80 62 60 0 32 EF 61 19
Octal 2 5 200 142 140 0 62 357 141 31
Binary 10 101 10000000 1100010 1100000 0 110010 11101111 1100001 11001

Color Harmonies of #020580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020580

Black with #020580

Text Example


Text Example

White with #020580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020580; }

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

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

background-color css

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

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

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

border-color css

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

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

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