#073896

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

Shades of Smalt #073896

Tints of Smalt #073896

Color information

#073896 (or 0x073896) is unknown color: approx Smalt. HEX triplet: 07, 38 and 96. RGB value is (7,56,150). Sum of RGB (Red+Green+Blue) = 7+56+150=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #073896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073896 is #F8C769. Grayscale: #333333. Windows color (decimal): -16303978 or 9844743. OLE color: 9844743.

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

Color convert

RGB756150-
CMYK0.950.6300.41
HSL219.44º91.08%30.78%-
HSV(B)219.44º95.33%58.82%-
XYZ7.015.0829.46-
YUV52.07183.2795.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 150 (58.98% from 255) = 70.42%
R=3.29%
G=26.29%
B=70.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7561500.950.6300.41219.4491.0830.78
Hex738965F3F029db5b1f
Octal7702261377705133313337
Binary111111000100101101011111111111010100111011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073896; }

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

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

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

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

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

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

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

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