#073996

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

Shades of Smalt #073996

Tints of Smalt #073996

Color information

#073996 (or 0x073996) is unknown color: approx Smalt. HEX triplet: 07, 39 and 96. RGB value is (7,57,150). Sum of RGB (Red+Green+Blue) = 7+57+150=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #073996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073996 is #F8C669. Grayscale: #343434. Windows color (decimal): -16303722 or 9844999. OLE color: 9844999.

HSL color Cylindrical-coordinate representation of color #073996: hue angle of 219.02º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073996 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB757150-
CMYK0.950.6200.41
HSL219.02º91.08%30.78%-
HSV(B)219.02º95.33%58.82%-
XYZ7.065.1729.48-
YUV52.65182.9495.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 150 (58.98% from 255) = 70.09%
R=3.27%
G=26.64%
B=70.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7571500.950.6200.41219.0291.0830.78
Hex739965F3E029db5b1f
Octal7712261377605133313337
Binary111111001100101101011111111110010100111011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073996; }

 p { color: rgb(7,57,150); }

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

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

 a { background-color: rgb(7,57,150); }

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

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

 span { border-color: rgb(7,57,150); }

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