Html Css Color HEX #080974 Navy

📋 copy color: '#080974'

red 8 ◦ green 9 ◦ blue 116

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

Shades of Navy #080974

Tints of Navy #080974

RGB

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

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

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

R = 6.02%
G = 6.77%
B = 87.22%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080974 (or 0x080974) is known color: Navy. HEX triplet: 08, 09 and 74. RGB value is (8,9,116). Sum of RGB (Red+Green+Blue) = 8+9+116=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #080974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080974 is #F7F68B. Grayscale: #141414. Windows color (decimal): -16250508 or 7604488. OLE color: 7604488.

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

Color convert

RGB 8 9 116 -
CMYK 0.93 0.92 0 0.55
HSL 239.44º 0.87% 0.24% -
HSV(B) 239.44º 0.93% 0.45% -
XYZ 3.35 1.51 16.64 -
YUV 20.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 8 9 116 0.93 0.92 0 0.55 239.44 0.87 0.24
Hex 8 9 74 5D 5C 0 37 EF 57 18
Octal 10 11 164 135 134 0 67 357 127 30
Binary 1000 1001 1110100 1011101 1011100 0 110111 11101111 1010111 11000

Color Harmonies of #080974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080974

Black with #080974

Text Example


Text Example

White with #080974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080974; }

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

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

background-color css

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

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

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

border-color css

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

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

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