Html Css Color HEX #020880 Navy

📋 copy color: '#020880'

red 2 ◦ green 8 ◦ blue 128

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

Shades of Navy #020880

Tints of Navy #020880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

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

R = 1.45%
G = 5.8%
B = 92.75%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#020880 (or 0x020880) is known color: Navy. HEX triplet: 02, 08 and 80. RGB value is (2,8,128). Sum of RGB (Red+Green+Blue) = 2+8+128=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 128 (50.39% from 255 or 92.75% from 138); Max value from RGB is 128 - color contains mainly: blue. Hex color #020880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020880 is #FDF77F. Grayscale: #131313. Windows color (decimal): -16643968 or 8390658. OLE color: 8390658.

HSL color Cylindrical-coordinate representation of color #020880: hue angle of 237.14º 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 #020880 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 8 128 -
CMYK 0.98 0.94 0 0.50
HSL 237.14º 0.97% 0.25% -
HSV(B) 237.14º 0.98% 0.5% -
XYZ 4.01 1.75 20.55 -
YUV 19.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 2 8 128 0.98 0.94 0 0.50 237.14 0.97 0.25
Hex 2 8 80 62 5E 0 32 ED 61 19
Octal 2 10 200 142 136 0 62 355 141 31
Binary 10 1000 10000000 1100010 1011110 0 110010 11101101 1100001 11001

Color Harmonies of #020880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020880

Black with #020880

Text Example


Text Example

White with #020880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020880; }

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

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

background-color css

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

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

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

border-color css

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

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

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