Html Css Color HEX #020671 Navy

📋 copy color: '#020671'

red 2 ◦ green 6 ◦ blue 113

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

Shades of Navy #020671

Tints of Navy #020671

RGB

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

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

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

R = 1.65%
G = 4.96%
B = 93.39%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020671 (or 0x020671) is known color: Navy. HEX triplet: 02, 06 and 71. RGB value is (2,6,113). Sum of RGB (Red+Green+Blue) = 2+6+113=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #020671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020671 is #FDF98E. Grayscale: #101010. Windows color (decimal): -16644495 or 7407106. OLE color: 7407106.

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

Color convert

RGB 2 6 113 -
CMYK 0.98 0.95 0 0.56
HSL 237.84º 0.97% 0.23% -
HSV(B) 237.84º 0.98% 0.44% -
XYZ 3.07 1.34 15.72 -
YUV 17 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 2 6 113 0.98 0.95 0 0.56 237.84 0.97 0.23
Hex 2 6 71 62 5F 0 38 EE 61 17
Octal 2 6 161 142 137 0 70 356 141 27
Binary 10 110 1110001 1100010 1011111 0 111000 11101110 1100001 10111

Color Harmonies of #020671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020671

Black with #020671

Text Example


Text Example

White with #020671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020671; }

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

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

background-color css

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

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

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

border-color css

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

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

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