#072899

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

Shades of Smalt #072899

Tints of Smalt #072899

Color information

#072899 (or 0x072899) is unknown color: approx Smalt. HEX triplet: 07, 28 and 99. RGB value is (7,40,153). Sum of RGB (Red+Green+Blue) = 7+40+153=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #072899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072899 is #F8D766. Grayscale: #2A2A2A. Windows color (decimal): -16308071 or 10037255. OLE color: 10037255.

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

Color convert

RGB740153-
CMYK0.950.7400.4
HSL226.44º91.25%31.37%-
HSV(B)226.44º95.42%60%-
XYZ6.63.8630.53-
YUV43.02190.07102.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 76.5%
R=3.5%
G=20%
B=76.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7401530.950.7400.4226.4491.2531.37
Hex728995F4A028e25b1f
Octal75023113711205034213337
Binary1111010001001100110111111001010010100011100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072899; }

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

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

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

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

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

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

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

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