#073E99

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

Shades of Smalt #073E99

Tints of Smalt #073E99

Color information

#073E99 (or 0x073E99) is unknown color: approx Smalt. HEX triplet: 07, 3E and 99. RGB value is (7,62,153). Sum of RGB (Red+Green+Blue) = 7+62+153=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #073E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E99 is #F8C166. Grayscale: #373737. Windows color (decimal): -16302439 or 10042887. OLE color: 10042887.

HSL color Cylindrical-coordinate representation of color #073E99: hue angle of 217.4º 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 #073E99 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB762153-
CMYK0.950.5900.4
HSL217.4º91.25%31.37%-
HSV(B)217.4º95.42%60%-
XYZ7.565.7930.86-
YUV55.93182.7893.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=3.15%
G=27.93%
B=68.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7621530.950.5900.4217.491.2531.37
Hex73E995F3B028d95b1f
Octal7762311377305033113337
Binary111111110100110011011111111011010100011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073E99; }

 p { color: rgb(7,62,153); }

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

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

 a { background-color: rgb(7,62,153); }

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

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

 span { border-color: rgb(7,62,153); }

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