Html Css Color HEX #080071 Navy

📋 copy color: '#080071'

red 8 ◦ green 0 ◦ blue 113

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

Shades of Navy #080071

Tints of Navy #080071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.61%
G = 0%
B = 93.39%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080071 (or 0x080071) is known color: Navy. HEX triplet: 08, 00 and 71. RGB value is (8,0,113). Sum of RGB (Red+Green+Blue) = 8+0+113=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #080071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080071 is #F7FF8E. Grayscale: #0E0E0E. Windows color (decimal): -16252815 or 7405576. OLE color: 7405576.

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

Color convert

RGB 8 0 113 -
CMYK 0.93 1 0 0.56
HSL 244.25º 1% 0.22% -
HSV(B) 244.25º 1% 0.44% -
XYZ 3.08 1.24 15.7 -
YUV 15.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 8 0 113 0.93 1 0 0.56 244.25 1 0.22
Hex 8 0 71 5D 64 0 38 F4 64 16
Octal 10 0 161 135 144 0 70 364 144 26
Binary 1000 0 1110001 1011101 1100100 0 111000 11110100 1100100 10110

Color Harmonies of #080071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080071

Black with #080071

Text Example


Text Example

White with #080071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080071; }

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

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

background-color css

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

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

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

border-color css

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

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

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