Html Css Color HEX #080482 Navy

📋 copy color: '#080482'

red 8 ◦ green 4 ◦ blue 130

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

Shades of Navy #080482

Tints of Navy #080482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 130 (51.17% from 255) = 91.55%

R = 5.63%
G = 2.82%
B = 91.55%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080482 (or 0x080482) is known color: Navy. HEX triplet: 08, 04 and 82. RGB value is (8,4,130). Sum of RGB (Red+Green+Blue) = 8+4+130=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 130 (51.17% from 255 or 91.55% from 142); Max value from RGB is 130 - color contains mainly: blue. Hex color #080482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080482 is #F7FB7D. Grayscale: #131313. Windows color (decimal): -16251774 or 8520712. OLE color: 8520712.

HSL color Cylindrical-coordinate representation of color #080482: hue angle of 241.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080482 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 4 130 -
CMYK 0.94 0.97 0 0.49
HSL 241.9º 0.94% 0.26% -
HSV(B) 241.9º 0.97% 0.51% -
XYZ 4.17 1.75 21.24 -
YUV 19.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 8 4 130 0.94 0.97 0 0.49 241.9 0.94 0.26
Hex 8 4 82 5E 61 0 31 F2 5E 1A
Octal 10 4 202 136 141 0 61 362 136 32
Binary 1000 100 10000010 1011110 1100001 0 110001 11110010 1011110 11010

Color Harmonies of #080482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080482

Black with #080482

Text Example


Text Example

White with #080482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080482; }

 p { color: rgb(8,4,130); }

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

background-color css

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

 a { background-color: rgb(8,4,130); }

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

border-color css

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

 span { border-color: rgb(8,4,130); }

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