Html Css Color HEX #020677 Navy

📋 copy color: '#020677'

red 2 ◦ green 6 ◦ blue 119

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

Shades of Navy #020677

Tints of Navy #020677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

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

R = 1.57%
G = 4.72%
B = 93.7%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020677 (or 0x020677) is known color: Navy. HEX triplet: 02, 06 and 77. RGB value is (2,6,119). Sum of RGB (Red+Green+Blue) = 2+6+119=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #020677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020677 is #FDF988. Grayscale: #111111. Windows color (decimal): -16644489 or 7800322. OLE color: 7800322.

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

Color convert

RGB 2 6 119 -
CMYK 0.98 0.95 0 0.53
HSL 237.95º 0.97% 0.24% -
HSV(B) 237.95º 0.98% 0.47% -
XYZ 3.42 1.48 17.56 -
YUV 17.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 2 6 119 0.98 0.95 0 0.53 237.95 0.97 0.24
Hex 2 6 77 62 5F 0 35 EE 61 18
Octal 2 6 167 142 137 0 65 356 141 30
Binary 10 110 1110111 1100010 1011111 0 110101 11101110 1100001 11000

Color Harmonies of #020677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020677

Black with #020677

Text Example


Text Example

White with #020677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020677; }

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

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

background-color css

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

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

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

border-color css

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

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

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