Html Css Color HEX #020271 Navy

📋 copy color: '#020271'

red 2 ◦ green 2 ◦ blue 113

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

Shades of Navy #020271

Tints of Navy #020271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 1.71%
G = 1.71%
B = 96.58%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020271 (or 0x020271) is known color: Navy. HEX triplet: 02, 02 and 71. RGB value is (2,2,113). Sum of RGB (Red+Green+Blue) = 2+2+113=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 113 (44.53% from 255 or 96.58% from 117); Max value from RGB is 113 - color contains mainly: blue. Hex color #020271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020271 is #FDFD8E. Grayscale: #0E0E0E. Windows color (decimal): -16645519 or 7406082. OLE color: 7406082.

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

Color convert

RGB 2 2 113 -
CMYK 0.98 0.98 0 0.56
HSL 240º 0.97% 0.23% -
HSV(B) 240º 0.98% 0.44% -
XYZ 3.03 1.25 15.7 -
YUV 14.65 183.5 118.97 -
System Red Green Blue C M Y K H S L
Decimal 2 2 113 0.98 0.98 0 0.56 240 0.97 0.23
Hex 2 2 71 62 62 0 38 F0 61 17
Octal 2 2 161 142 142 0 70 360 141 27
Binary 10 10 1110001 1100010 1100010 0 111000 11110000 1100001 10111

Color Harmonies of #020271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020271

Black with #020271

Text Example


Text Example

White with #020271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020271; }

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

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

background-color css

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

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

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

border-color css

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

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

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