Html Css Color HEX #080977 Navy

📋 copy color: '#080977'

red 8 ◦ green 9 ◦ blue 119

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

Shades of Navy #080977

Tints of Navy #080977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 5.88%
G = 6.62%
B = 87.5%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080977 (or 0x080977) is known color: Navy. HEX triplet: 08, 09 and 77. RGB value is (8,9,119). Sum of RGB (Red+Green+Blue) = 8+9+119=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #080977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080977 is #F7F688. Grayscale: #141414. Windows color (decimal): -16250505 or 7801096. OLE color: 7801096.

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

Color convert

RGB 8 9 119 -
CMYK 0.93 0.92 0 0.53
HSL 239.46º 0.87% 0.25% -
HSV(B) 239.46º 0.93% 0.47% -
XYZ 3.53 1.58 17.57 -
YUV 21.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 8 9 119 0.93 0.92 0 0.53 239.46 0.87 0.25
Hex 8 9 77 5D 5C 0 35 EF 57 19
Octal 10 11 167 135 134 0 65 357 127 31
Binary 1000 1001 1110111 1011101 1011100 0 110101 11101111 1010111 11001

Color Harmonies of #080977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080977

Black with #080977

Text Example


Text Example

White with #080977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080977; }

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

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

background-color css

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

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

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

border-color css

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

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

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