Html Css Color HEX #080782 Navy

📋 copy color: '#080782'

red 8 ◦ green 7 ◦ blue 130

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

Shades of Navy #080782

Tints of Navy #080782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 5.52%
G = 4.83%
B = 89.66%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080782 (or 0x080782) is known color: Navy. HEX triplet: 08, 07 and 82. RGB value is (8,7,130). Sum of RGB (Red+Green+Blue) = 8+7+130=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 130 (51.17% from 255 or 89.66% from 145); Max value from RGB is 130 - color contains mainly: blue. Hex color #080782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080782 is #F7F87D. Grayscale: #141414. Windows color (decimal): -16251006 or 8521480. OLE color: 8521480.

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

Color convert

RGB 8 7 130 -
CMYK 0.94 0.95 0 0.49
HSL 240.49º 0.9% 0.27% -
HSV(B) 240.49º 0.95% 0.51% -
XYZ 4.21 1.82 21.25 -
YUV 21.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 8 7 130 0.94 0.95 0 0.49 240.49 0.9 0.27
Hex 8 7 82 5E 5F 0 31 F0 5A 1B
Octal 10 7 202 136 137 0 61 360 132 33
Binary 1000 111 10000010 1011110 1011111 0 110001 11110000 1011010 11011

Color Harmonies of #080782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080782

Black with #080782

Text Example


Text Example

White with #080782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080782; }

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

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

background-color css

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

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

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

border-color css

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

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

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