Html Css Color HEX #080574 Navy

📋 copy color: '#080574'

red 8 ◦ green 5 ◦ blue 116

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

Shades of Navy #080574

Tints of Navy #080574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 89.92%

R = 6.2%
G = 3.88%
B = 89.92%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080574 (or 0x080574) is known color: Navy. HEX triplet: 08, 05 and 74. RGB value is (8,5,116). Sum of RGB (Red+Green+Blue) = 8+5+116=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #080574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080574 is #F7FA8B. Grayscale: #121212. Windows color (decimal): -16251532 or 7603464. OLE color: 7603464.

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

Color convert

RGB 8 5 116 -
CMYK 0.93 0.96 0 0.55
HSL 241.62º 0.92% 0.24% -
HSV(B) 241.62º 0.96% 0.45% -
XYZ 3.31 1.42 16.62 -
YUV 18.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 8 5 116 0.93 0.96 0 0.55 241.62 0.92 0.24
Hex 8 5 74 5D 60 0 37 F2 5C 18
Octal 10 5 164 135 140 0 67 362 134 30
Binary 1000 101 1110100 1011101 1100000 0 110111 11110010 1011100 11000

Color Harmonies of #080574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080574

Black with #080574

Text Example


Text Example

White with #080574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080574; }

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

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

background-color css

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

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

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

border-color css

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

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

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