Html Css Color HEX #020071 Navy

📋 copy color: '#020071'

red 2 ◦ green 0 ◦ blue 113

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

Shades of Navy #020071

Tints of Navy #020071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 98.26%

R = 1.74%
G = 0%
B = 98.26%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020071 (or 0x020071) is known color: Navy. HEX triplet: 02, 00 and 71. RGB value is (2,0,113). Sum of RGB (Red+Green+Blue) = 2+0+113=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 113 (44.53% from 255 or 98.26% from 115); Max value from RGB is 113 - color contains mainly: blue. Hex color #020071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020071 is #FDFF8E. Grayscale: #0D0D0D. Windows color (decimal): -16646031 or 7405570. OLE color: 7405570.

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

Color convert

RGB 2 0 113 -
CMYK 0.98 1 0 0.56
HSL 241.06º 1% 0.22% -
HSV(B) 241.06º 1% 0.44% -
XYZ 3.01 1.21 15.7 -
YUV 13.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 2 0 113 0.98 1 0 0.56 241.06 1 0.22
Hex 2 0 71 62 64 0 38 F1 64 16
Octal 2 0 161 142 144 0 70 361 144 26
Binary 10 0 1110001 1100010 1100100 0 111000 11110001 1100100 10110

Color Harmonies of #020071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020071

Black with #020071

Text Example


Text Example

White with #020071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020071; }

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

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

background-color css

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

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

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

border-color css

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

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

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