Html Css Color HEX #080074 Navy

📋 copy color: '#080074'

red 8 ◦ green 0 ◦ blue 116

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

Shades of Navy #080074

Tints of Navy #080074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.45%
G = 0%
B = 93.55%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080074 (or 0x080074) is known color: Navy. HEX triplet: 08, 00 and 74. RGB value is (8,0,116). Sum of RGB (Red+Green+Blue) = 8+0+116=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #080074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080074 is #F7FF8B. Grayscale: #0F0F0F. Windows color (decimal): -16252812 or 7602184. OLE color: 7602184.

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

Color convert

RGB 8 0 116 -
CMYK 0.93 1 0 0.55
HSL 244.14º 1% 0.23% -
HSV(B) 244.14º 1% 0.45% -
XYZ 3.25 1.31 16.6 -
YUV 15.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 8 0 116 0.93 1 0 0.55 244.14 1 0.23
Hex 8 0 74 5D 64 0 37 F4 64 17
Octal 10 0 164 135 144 0 67 364 144 27
Binary 1000 0 1110100 1011101 1100100 0 110111 11110100 1100100 10111

Color Harmonies of #080074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080074

Black with #080074

Text Example


Text Example

White with #080074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080074; }

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

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

background-color css

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

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

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

border-color css

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

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

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