Html Css Color HEX #020177 Navy

📋 copy color: '#020177'

red 2 ◦ green 1 ◦ blue 119

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

Shades of Navy #020177

Tints of Navy #020177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 119 (46.88% from 255) = 97.54%

R = 1.64%
G = 0.82%
B = 97.54%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020177 (or 0x020177) is known color: Navy. HEX triplet: 02, 01 and 77. RGB value is (2,1,119). Sum of RGB (Red+Green+Blue) = 2+1+119=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 119 (46.88% from 255 or 97.54% from 122); Max value from RGB is 119 - color contains mainly: blue. Hex color #020177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020177 is #FDFE88. Grayscale: #0E0E0E. Windows color (decimal): -16645769 or 7799042. OLE color: 7799042.

HSL color Cylindrical-coordinate representation of color #020177: hue angle of 240.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020177 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 1 119 -
CMYK 0.98 0.99 0 0.53
HSL 240.51º 0.98% 0.24% -
HSV(B) 240.51º 0.99% 0.47% -
XYZ 3.37 1.37 17.54 -
YUV 14.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 2 1 119 0.98 0.99 0 0.53 240.51 0.98 0.24
Hex 2 1 77 62 63 0 35 F1 62 18
Octal 2 1 167 142 143 0 65 361 142 30
Binary 10 1 1110111 1100010 1100011 0 110101 11110001 1100010 11000

Color Harmonies of #020177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020177

Black with #020177

Text Example


Text Example

White with #020177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020177; }

 p { color: rgb(2,1,119); }

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

background-color css

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

 a { background-color: rgb(2,1,119); }

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

border-color css

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

 span { border-color: rgb(2,1,119); }

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