Html Css Color HEX #080984 Navy

📋 copy color: '#080984'

red 8 ◦ green 9 ◦ blue 132

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

Shades of Navy #080984

Tints of Navy #080984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 88.59%

R = 5.37%
G = 6.04%
B = 88.59%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#080984 (or 0x080984) is known color: Navy. HEX triplet: 08, 09 and 84. RGB value is (8,9,132). Sum of RGB (Red+Green+Blue) = 8+9+132=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #080984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080984 is #F7F67B. Grayscale: #161616. Windows color (decimal): -16250492 or 8653064. OLE color: 8653064.

HSL color Cylindrical-coordinate representation of color #080984: hue angle of 239.52º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080984 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 9 132 -
CMYK 0.94 0.93 0 0.48
HSL 239.52º 0.89% 0.27% -
HSV(B) 239.52º 0.94% 0.52% -
XYZ 4.36 1.91 21.97 -
YUV 22.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 8 9 132 0.94 0.93 0 0.48 239.52 0.89 0.27
Hex 8 9 84 5E 5D 0 30 F0 59 1B
Octal 10 11 204 136 135 0 60 360 131 33
Binary 1000 1001 10000100 1011110 1011101 0 110000 11110000 1011001 11011

Color Harmonies of #080984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080984

Black with #080984

Text Example


Text Example

White with #080984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080984; }

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

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

background-color css

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

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

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

border-color css

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

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

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