Html Css Color HEX #080871 Navy

📋 copy color: '#080871'

red 8 ◦ green 8 ◦ blue 113

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

Shades of Navy #080871

Tints of Navy #080871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 6.2%
G = 6.2%
B = 87.6%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080871 (or 0x080871) is known color: Navy. HEX triplet: 08, 08 and 71. RGB value is (8,8,113). Sum of RGB (Red+Green+Blue) = 8+8+113=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #080871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080871 is #F7F78E. Grayscale: #131313. Windows color (decimal): -16250767 or 7407624. OLE color: 7407624.

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

Color convert

RGB 8 8 113 -
CMYK 0.93 0.93 0 0.56
HSL 240º 0.87% 0.24% -
HSV(B) 240º 0.93% 0.44% -
XYZ 3.17 1.42 15.73 -
YUV 19.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 8 8 113 0.93 0.93 0 0.56 240 0.87 0.24
Hex 8 8 71 5D 5D 0 38 F0 57 18
Octal 10 10 161 135 135 0 70 360 127 30
Binary 1000 1000 1110001 1011101 1011101 0 111000 11110000 1010111 11000

Color Harmonies of #080871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080871

Black with #080871

Text Example


Text Example

White with #080871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080871; }

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

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

background-color css

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

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

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

border-color css

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

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

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