Html Css Color HEX #020776 Navy

📋 copy color: '#020776'

red 2 ◦ green 7 ◦ blue 118

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

Shades of Navy #020776

Tints of Navy #020776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.51%

 BLUE value IS 118 (46.48% from 255) = 92.91%

R = 1.57%
G = 5.51%
B = 92.91%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020776 (or 0x020776) is known color: Navy. HEX triplet: 02, 07 and 76. RGB value is (2,7,118). Sum of RGB (Red+Green+Blue) = 2+7+118=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #020776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020776 is #FDF889. Grayscale: #111111. Windows color (decimal): -16644234 or 7735042. OLE color: 7735042.

HSL color Cylindrical-coordinate representation of color #020776: hue angle of 237.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020776 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 7 118 -
CMYK 0.98 0.94 0 0.54
HSL 237.41º 0.97% 0.24% -
HSV(B) 237.41º 0.98% 0.46% -
XYZ 3.37 1.47 17.25 -
YUV 18.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 2 7 118 0.98 0.94 0 0.54 237.41 0.97 0.24
Hex 2 7 76 62 5E 0 36 ED 61 18
Octal 2 7 166 142 136 0 66 355 141 30
Binary 10 111 1110110 1100010 1011110 0 110110 11101101 1100001 11000

Color Harmonies of #020776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020776

Black with #020776

Text Example


Text Example

White with #020776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020776; }

 p { color: rgb(2,7,118); }

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

background-color css

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

 a { background-color: rgb(2,7,118); }

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

border-color css

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

 span { border-color: rgb(2,7,118); }

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