#072089

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

Shades of Smalt #072089

Tints of Smalt #072089

Color information

#072089 (or 0x072089) is unknown color: approx Smalt. HEX triplet: 07, 20 and 89. RGB value is (7,32,137). Sum of RGB (Red+Green+Blue) = 7+32+137=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #072089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072089 is #F8DF76. Grayscale: #242424. Windows color (decimal): -16310135 or 8986631. OLE color: 8986631.

HSL color Cylindrical-coordinate representation of color #072089: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072089 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB732137-
CMYK0.950.7700.46
HSL228.46º90.28%28.24%-
HSV(B)228.46º94.89%53.73%-
XYZ5.122.8823.95-
YUV36.49184.72106.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 137 (53.91% from 255) = 77.84%
R=3.98%
G=18.18%
B=77.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7321370.950.7700.46228.4690.2828.24
Hex720895F4D02Ee45a1c
Octal74021113711505634413234
Binary1111000001000100110111111001101010111011100100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072089; }

 p { color: rgb(7,32,137); }

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

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

 a { background-color: rgb(7,32,137); }

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

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

 span { border-color: rgb(7,32,137); }

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