#070982

Color #070982 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #070982

Tints of Navy #070982

Color information

#070982 (or 0x070982) is unknown color: approx Navy. HEX triplet: 07, 09 and 82. RGB value is (7,9,130). Sum of RGB (Red+Green+Blue) = 7+9+130=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #070982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070982 is #F8F67D. Grayscale: #151515. Windows color (decimal): -16316030 or 8521991. OLE color: 8521991.

HSL color Cylindrical-coordinate representation of color #070982: hue angle of 239.02º 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 #070982 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB79130-
CMYK0.950.9300.49
HSL239.02º89.78%26.86%-
HSV(B)239.02º94.62%50.98%-
XYZ4.211.8521.25-
YUV22.2188.84117.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 130 (51.17% from 255) = 89.04%
R=4.79%
G=6.16%
B=89.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791300.950.9300.49239.0289.7826.86
Hex79825F5D031ef5a1b
Octal71120213713506135713233
Binary11110011000001010111111011101011000111101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070982; }

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

 H1.HeaderClassName
 {
   color: #070982;
 }
 .AnyTagClassName
 {
   color: #070982;
 }
</style>
background-color css

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

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

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

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

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

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