Html Css Color HEX #020679 Navy

📋 copy color: '#020679'

red 2 ◦ green 6 ◦ blue 121

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

Shades of Navy #020679

Tints of Navy #020679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 93.8%

R = 1.55%
G = 4.65%
B = 93.8%

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

#020679 (or 0x020679) is known color: Navy. HEX triplet: 02, 06 and 79. RGB value is (2,6,121). Sum of RGB (Red+Green+Blue) = 2+6+121=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #020679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020679 is #FDF986. Grayscale: #111111. Windows color (decimal): -16644487 or 7931394. OLE color: 7931394.

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

Color convert

RGB 2 6 121 -
CMYK 0.98 0.95 0 0.53
HSL 237.98º 0.97% 0.24% -
HSV(B) 237.98º 0.98% 0.47% -
XYZ 3.54 1.52 18.2 -
YUV 17.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 2 6 121 0.98 0.95 0 0.53 237.98 0.97 0.24
Hex 2 6 79 62 5F 0 35 EE 61 18
Octal 2 6 171 142 137 0 65 356 141 30
Binary 10 110 1111001 1100010 1011111 0 110101 11101110 1100001 11000

Color Harmonies of #020679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020679

Black with #020679

Text Example


Text Example

White with #020679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020679; }

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

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

background-color css

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

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

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

border-color css

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

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

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