Html Css Color HEX #080076 Navy

📋 copy color: '#080076'

red 8 ◦ green 0 ◦ blue 118

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

Shades of Navy #080076

Tints of Navy #080076

RGB

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

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

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

R = 6.35%
G = 0%
B = 93.65%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080076 (or 0x080076) is known color: Navy. HEX triplet: 08, 00 and 76. RGB value is (8,0,118). Sum of RGB (Red+Green+Blue) = 8+0+118=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #080076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080076 is #F7FF89. Grayscale: #0F0F0F. Windows color (decimal): -16252810 or 7733256. OLE color: 7733256.

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

Color convert

RGB 8 0 118 -
CMYK 0.93 1 0 0.54
HSL 244.07º 1% 0.23% -
HSV(B) 244.07º 1% 0.46% -
XYZ 3.37 1.36 17.22 -
YUV 15.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 8 0 118 0.93 1 0 0.54 244.07 1 0.23
Hex 8 0 76 5D 64 0 36 F4 64 17
Octal 10 0 166 135 144 0 66 364 144 27
Binary 1000 0 1110110 1011101 1100100 0 110110 11110100 1100100 10111

Color Harmonies of #080076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080076

Black with #080076

Text Example


Text Example

White with #080076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080076; }

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

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

background-color css

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

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

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

border-color css

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

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

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