Html Css Color HEX #080771 Navy

📋 copy color: '#080771'

red 8 ◦ green 7 ◦ blue 113

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

Shades of Navy #080771

Tints of Navy #080771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

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

R = 6.25%
G = 5.47%
B = 88.28%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080771 (or 0x080771) is known color: Navy. HEX triplet: 08, 07 and 71. RGB value is (8,7,113). Sum of RGB (Red+Green+Blue) = 8+7+113=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #080771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080771 is #F7F88E. Grayscale: #121212. Windows color (decimal): -16251023 or 7407368. OLE color: 7407368.

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

Color convert

RGB 8 7 113 -
CMYK 0.93 0.94 0 0.56
HSL 240.57º 0.88% 0.24% -
HSV(B) 240.57º 0.94% 0.44% -
XYZ 3.16 1.4 15.73 -
YUV 19.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 8 7 113 0.93 0.94 0 0.56 240.57 0.88 0.24
Hex 8 7 71 5D 5E 0 38 F1 58 18
Octal 10 7 161 135 136 0 70 361 130 30
Binary 1000 111 1110001 1011101 1011110 0 111000 11110001 1011000 11000

Color Harmonies of #080771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080771

Black with #080771

Text Example


Text Example

White with #080771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080771; }

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

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

background-color css

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

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

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

border-color css

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

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

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