Html Css Color HEX #080171 Navy

📋 copy color: '#080171'

red 8 ◦ green 1 ◦ blue 113

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

Shades of Navy #080171

Tints of Navy #080171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 6.56%
G = 0.82%
B = 92.62%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080171 (or 0x080171) is known color: Navy. HEX triplet: 08, 01 and 71. RGB value is (8,1,113). Sum of RGB (Red+Green+Blue) = 8+1+113=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 113 (44.53% from 255 or 92.62% from 122); Max value from RGB is 113 - color contains mainly: blue. Hex color #080171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080171 is #F7FE8E. Grayscale: #0F0F0F. Windows color (decimal): -16252559 or 7405832. OLE color: 7405832.

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

Color convert

RGB 8 1 113 -
CMYK 0.93 0.99 0 0.56
HSL 243.75º 0.98% 0.22% -
HSV(B) 243.75º 0.99% 0.44% -
XYZ 3.09 1.27 15.7 -
YUV 15.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 8 1 113 0.93 0.99 0 0.56 243.75 0.98 0.22
Hex 8 1 71 5D 63 0 38 F4 62 16
Octal 10 1 161 135 143 0 70 364 142 26
Binary 1000 1 1110001 1011101 1100011 0 111000 11110100 1100010 10110

Color Harmonies of #080171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080171

Black with #080171

Text Example


Text Example

White with #080171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080171; }

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

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

background-color css

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

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

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

border-color css

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

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

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