Html Css Color HEX #080581 Navy

📋 copy color: '#080581'

red 8 ◦ green 5 ◦ blue 129

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

Shades of Navy #080581

Tints of Navy #080581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 129 (50.78% from 255) = 90.85%

R = 5.63%
G = 3.52%
B = 90.85%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080581 (or 0x080581) is known color: Navy. HEX triplet: 08, 05 and 81. RGB value is (8,5,129). Sum of RGB (Red+Green+Blue) = 8+5+129=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 129 (50.78% from 255 or 90.85% from 142); Max value from RGB is 129 - color contains mainly: blue. Hex color #080581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080581 is #F7FA7E. Grayscale: #131313. Windows color (decimal): -16251519 or 8455432. OLE color: 8455432.

HSL color Cylindrical-coordinate representation of color #080581: hue angle of 241.45º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080581 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 5 129 -
CMYK 0.94 0.96 0 0.49
HSL 241.45º 0.93% 0.26% -
HSV(B) 241.45º 0.96% 0.51% -
XYZ 4.12 1.75 20.89 -
YUV 20.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 8 5 129 0.94 0.96 0 0.49 241.45 0.93 0.26
Hex 8 5 81 5E 60 0 31 F1 5D 1A
Octal 10 5 201 136 140 0 61 361 135 32
Binary 1000 101 10000001 1011110 1100000 0 110001 11110001 1011101 11010

Color Harmonies of #080581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080581

Black with #080581

Text Example


Text Example

White with #080581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080581; }

 p { color: rgb(8,5,129); }

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

background-color css

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

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

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

border-color css

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

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

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