Html Css Color HEX #020371 Navy

📋 copy color: '#020371'

red 2 ◦ green 3 ◦ blue 113

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

Shades of Navy #020371

Tints of Navy #020371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 1.69%
G = 2.54%
B = 95.76%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020371 (or 0x020371) is known color: Navy. HEX triplet: 02, 03 and 71. RGB value is (2,3,113). Sum of RGB (Red+Green+Blue) = 2+3+113=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #020371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020371 is #FDFC8E. Grayscale: #0E0E0E. Windows color (decimal): -16645263 or 7406338. OLE color: 7406338.

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

Color convert

RGB 2 3 113 -
CMYK 0.98 0.97 0 0.56
HSL 239.46º 0.97% 0.23% -
HSV(B) 239.46º 0.98% 0.44% -
XYZ 3.04 1.27 15.71 -
YUV 15.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 2 3 113 0.98 0.97 0 0.56 239.46 0.97 0.23
Hex 2 3 71 62 61 0 38 EF 61 17
Octal 2 3 161 142 141 0 70 357 141 27
Binary 10 11 1110001 1100010 1100001 0 111000 11101111 1100001 10111

Color Harmonies of #020371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020371

Black with #020371

Text Example


Text Example

White with #020371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020371; }

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

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

background-color css

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

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

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

border-color css

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

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

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