#073598

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

Shades of Smalt #073598

Tints of Smalt #073598

Color information

#073598 (or 0x073598) is unknown color: approx Smalt. HEX triplet: 07, 35 and 98. RGB value is (7,53,152). Sum of RGB (Red+Green+Blue) = 7+53+152=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #073598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073598 is #F8CA67. Grayscale: #323232. Windows color (decimal): -16304744 or 9975047. OLE color: 9975047.

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

Color convert

RGB753152-
CMYK0.950.6500.40
HSL220.97º91.19%31.18%-
HSV(B)220.97º95.39%59.61%-
XYZ7.034.8630.27-
YUV50.53185.2696.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 71.70%
R=3.30%
G=25%
B=71.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7531520.950.6500.40220.9791.1931.18
Hex735985F41028dd5b1f
Octal76523013710105033513337
Binary1111101011001100010111111000001010100011011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073598; }

 p { color: rgb(7,53,152); }

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

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

 a { background-color: rgb(7,53,152); }

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

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

 span { border-color: rgb(7,53,152); }

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