Html Css Color HEX #080577 Navy

📋 copy color: '#080577'

red 8 ◦ green 5 ◦ blue 119

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

Shades of Navy #080577

Tints of Navy #080577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 90.15%

R = 6.06%
G = 3.79%
B = 90.15%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080577 (or 0x080577) is known color: Navy. HEX triplet: 08, 05 and 77. RGB value is (8,5,119). Sum of RGB (Red+Green+Blue) = 8+5+119=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #080577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080577 is #F7FA88. Grayscale: #121212. Windows color (decimal): -16251529 or 7800072. OLE color: 7800072.

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

Color convert

RGB 8 5 119 -
CMYK 0.93 0.96 0 0.53
HSL 241.58º 0.92% 0.24% -
HSV(B) 241.58º 0.96% 0.47% -
XYZ 3.48 1.49 17.56 -
YUV 18.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 8 5 119 0.93 0.96 0 0.53 241.58 0.92 0.24
Hex 8 5 77 5D 60 0 35 F2 5C 18
Octal 10 5 167 135 140 0 65 362 134 30
Binary 1000 101 1110111 1011101 1100000 0 110101 11110010 1011100 11000

Color Harmonies of #080577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080577

Black with #080577

Text Example


Text Example

White with #080577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080577; }

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

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

background-color css

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

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

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

border-color css

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

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

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