#073082

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

Shades of Smalt #073082

Tints of Smalt #073082

Color information

#073082 (or 0x073082) is unknown color: approx Smalt. HEX triplet: 07, 30 and 82. RGB value is (7,48,130). Sum of RGB (Red+Green+Blue) = 7+48+130=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #073082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073082 is #F8CF7D. Grayscale: #2C2C2C. Windows color (decimal): -16306046 or 8531975. OLE color: 8531975.

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

Color convert

RGB748130-
CMYK0.950.6300.49
HSL220º89.78%26.86%-
HSV(B)220º94.62%50.98%-
XYZ5.173.7721.57-
YUV45.09175.92100.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=3.78%
G=25.95%
B=70.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7481300.950.6300.4922089.7826.86
Hex730825F3F031dc5a1b
Octal7602021377706133413233
Binary111110000100000101011111111111011000111011100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073082; }

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

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

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

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

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

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

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

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