Html Css Color HEX #080575 Navy

📋 copy color: '#080575'

red 8 ◦ green 5 ◦ blue 117

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

Shades of Navy #080575

Tints of Navy #080575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 90%

R = 6.15%
G = 3.85%
B = 90%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080575 (or 0x080575) is known color: Navy. HEX triplet: 08, 05 and 75. RGB value is (8,5,117). Sum of RGB (Red+Green+Blue) = 8+5+117=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #080575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080575 is #F7FA8A. Grayscale: #121212. Windows color (decimal): -16251531 or 7669000. OLE color: 7669000.

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

Color convert

RGB 8 5 117 -
CMYK 0.93 0.96 0 0.54
HSL 241.61º 0.92% 0.24% -
HSV(B) 241.61º 0.96% 0.46% -
XYZ 3.37 1.44 16.93 -
YUV 18.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 8 5 117 0.93 0.96 0 0.54 241.61 0.92 0.24
Hex 8 5 75 5D 60 0 36 F2 5C 18
Octal 10 5 165 135 140 0 66 362 134 30
Binary 1000 101 1110101 1011101 1100000 0 110110 11110010 1011100 11000

Color Harmonies of #080575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080575

Black with #080575

Text Example


Text Example

White with #080575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080575; }

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

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

background-color css

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

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

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

border-color css

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

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

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