Html Css Color HEX #020061 Navy

📋 copy color: '#020061'

red 2 ◦ green 0 ◦ blue 97

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

Shades of Navy #020061

Tints of Navy #020061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 97.98%

R = 2.02%
G = 0%
B = 97.98%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020061 (or 0x020061) is known color: Navy. HEX triplet: 02, 00 and 61. RGB value is (2,0,97). Sum of RGB (Red+Green+Blue) = 2+0+97=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 97 (38.28% from 255 or 97.98% from 99); Max value from RGB is 97 - color contains mainly: blue. Hex color #020061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020061 is #FDFF9E. Grayscale: #0B0B0B. Windows color (decimal): -16646047 or 6356994. OLE color: 6356994.

HSL color Cylindrical-coordinate representation of color #020061: hue angle of 241.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020061 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 0 97 -
CMYK 0.98 1 0 0.62
HSL 241.24º 1% 0.19% -
HSV(B) 241.24º 1% 0.38% -
XYZ 2.18 0.88 11.36 -
YUV 11.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 2 0 97 0.98 1 0 0.62 241.24 1 0.19
Hex 2 0 61 62 64 0 3E F1 64 13
Octal 2 0 141 142 144 0 76 361 144 23
Binary 10 0 1100001 1100010 1100100 0 111110 11110001 1100100 10011

Color Harmonies of #020061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020061

Black with #020061

Text Example


Text Example

White with #020061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020061; }

 p { color: rgb(2,0,97); }

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

background-color css

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

 a { background-color: rgb(2,0,97); }

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

border-color css

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

 span { border-color: rgb(2,0,97); }

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