Html Css Color HEX #080976 Navy

📋 copy color: '#080976'

red 8 ◦ green 9 ◦ blue 118

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

Shades of Navy #080976

Tints of Navy #080976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 87.41%

R = 5.93%
G = 6.67%
B = 87.41%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080976 (or 0x080976) is known color: Navy. HEX triplet: 08, 09 and 76. RGB value is (8,9,118). Sum of RGB (Red+Green+Blue) = 8+9+118=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #080976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080976 is #F7F689. Grayscale: #141414. Windows color (decimal): -16250506 or 7735560. OLE color: 7735560.

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

Color convert

RGB 8 9 118 -
CMYK 0.93 0.92 0 0.54
HSL 239.45º 0.87% 0.25% -
HSV(B) 239.45º 0.93% 0.46% -
XYZ 3.47 1.56 17.26 -
YUV 21.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 8 9 118 0.93 0.92 0 0.54 239.45 0.87 0.25
Hex 8 9 76 5D 5C 0 36 EF 57 19
Octal 10 11 166 135 134 0 66 357 127 31
Binary 1000 1001 1110110 1011101 1011100 0 110110 11101111 1010111 11001

Color Harmonies of #080976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080976

Black with #080976

Text Example


Text Example

White with #080976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080976; }

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

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

background-color css

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

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

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

border-color css

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

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

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