Html Css Color HEX #080971 Navy

📋 copy color: '#080971'

red 8 ◦ green 9 ◦ blue 113

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

Shades of Navy #080971

Tints of Navy #080971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 6.15%
G = 6.92%
B = 86.92%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080971 (or 0x080971) is known color: Navy. HEX triplet: 08, 09 and 71. RGB value is (8,9,113). Sum of RGB (Red+Green+Blue) = 8+9+113=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #080971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080971 is #F7F68E. Grayscale: #141414. Windows color (decimal): -16250511 or 7407880. OLE color: 7407880.

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

Color convert

RGB 8 9 113 -
CMYK 0.93 0.92 0 0.56
HSL 239.43º 0.87% 0.24% -
HSV(B) 239.43º 0.93% 0.44% -
XYZ 3.18 1.44 15.73 -
YUV 20.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 8 9 113 0.93 0.92 0 0.56 239.43 0.87 0.24
Hex 8 9 71 5D 5C 0 38 EF 57 18
Octal 10 11 161 135 134 0 70 357 127 30
Binary 1000 1001 1110001 1011101 1011100 0 111000 11101111 1010111 11000

Color Harmonies of #080971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080971

Black with #080971

Text Example


Text Example

White with #080971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080971; }

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

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

background-color css

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

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

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

border-color css

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

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

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