Html Css Color HEX #080471 Navy

📋 copy color: '#080471'

red 8 ◦ green 4 ◦ blue 113

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

Shades of Navy #080471

Tints of Navy #080471

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 6.4%
G = 3.2%
B = 90.4%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080471 (or 0x080471) is known color: Navy. HEX triplet: 08, 04 and 71. RGB value is (8,4,113). Sum of RGB (Red+Green+Blue) = 8+4+113=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #080471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080471 is #F7FB8E. Grayscale: #111111. Windows color (decimal): -16251791 or 7406600. OLE color: 7406600.

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

Color convert

RGB 8 4 113 -
CMYK 0.93 0.96 0 0.56
HSL 242.2º 0.93% 0.23% -
HSV(B) 242.2º 0.96% 0.44% -
XYZ 3.12 1.33 15.71 -
YUV 17.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 8 4 113 0.93 0.96 0 0.56 242.2 0.93 0.23
Hex 8 4 71 5D 60 0 38 F2 5D 17
Octal 10 4 161 135 140 0 70 362 135 27
Binary 1000 100 1110001 1011101 1100000 0 111000 11110010 1011101 10111

Color Harmonies of #080471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080471

Black with #080471

Text Example


Text Example

White with #080471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080471; }

 p { color: rgb(8,4,113); }

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

background-color css

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

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

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

border-color css

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

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

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