Html Css Color HEX #020676 Navy

📋 copy color: '#020676'

red 2 ◦ green 6 ◦ blue 118

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

Shades of Navy #020676

Tints of Navy #020676

RGB

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

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

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

R = 1.59%
G = 4.76%
B = 93.65%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020676 (or 0x020676) is known color: Navy. HEX triplet: 02, 06 and 76. RGB value is (2,6,118). Sum of RGB (Red+Green+Blue) = 2+6+118=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #020676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020676 is #FDF989. Grayscale: #111111. Windows color (decimal): -16644490 or 7734786. OLE color: 7734786.

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

Color convert

RGB 2 6 118 -
CMYK 0.98 0.95 0 0.54
HSL 237.93º 0.97% 0.24% -
HSV(B) 237.93º 0.98% 0.46% -
XYZ 3.36 1.45 17.24 -
YUV 17.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 2 6 118 0.98 0.95 0 0.54 237.93 0.97 0.24
Hex 2 6 76 62 5F 0 36 EE 61 18
Octal 2 6 166 142 137 0 66 356 141 30
Binary 10 110 1110110 1100010 1011111 0 110110 11101110 1100001 11000

Color Harmonies of #020676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020676

Black with #020676

Text Example


Text Example

White with #020676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020676; }

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

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

background-color css

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

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

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

border-color css

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

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

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