Html Css Color HEX #080080 Navy

📋 copy color: '#080080'

red 8 ◦ green 0 ◦ blue 128

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

Shades of Navy #080080

Tints of Navy #080080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 94.12%

R = 5.88%
G = 0%
B = 94.12%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#080080 (or 0x080080) is known color: Navy. HEX triplet: 08, 00 and 80. RGB value is (8,0,128). Sum of RGB (Red+Green+Blue) = 8+0+128=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 128 (50.39% from 255 or 94.12% from 136); Max value from RGB is 128 - color contains mainly: blue. Hex color #080080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080080 is #F7FF7F. Grayscale: #101010. Windows color (decimal): -16252800 or 8388616. OLE color: 8388616.

HSL color Cylindrical-coordinate representation of color #080080: hue angle of 243.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080080 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 0 128 -
CMYK 0.94 1 0 0.50
HSL 243.75º 1% 0.25% -
HSV(B) 243.75º 1% 0.5% -
XYZ 4 1.61 20.52 -
YUV 16.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 8 0 128 0.94 1 0 0.50 243.75 1 0.25
Hex 8 0 80 5E 64 0 32 F4 64 19
Octal 10 0 200 136 144 0 62 364 144 31
Binary 1000 0 10000000 1011110 1100100 0 110010 11110100 1100100 11001

Color Harmonies of #080080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080080

Black with #080080

Text Example


Text Example

White with #080080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080080; }

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

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

background-color css

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

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

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

border-color css

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

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

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