#073089

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

Shades of Smalt #073089

Tints of Smalt #073089

Color information

#073089 (or 0x073089) is unknown color: approx Smalt. HEX triplet: 07, 30 and 89. RGB value is (7,48,137). Sum of RGB (Red+Green+Blue) = 7+48+137=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #073089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073089 is #F8CF76. Grayscale: #2D2D2D. Windows color (decimal): -16306039 or 8990727. OLE color: 8990727.

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

Color convert

RGB748137-
CMYK0.950.6500.46
HSL221.08º90.28%28.24%-
HSV(B)221.08º94.89%53.73%-
XYZ5.663.9724.13-
YUV45.89179.42100.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=3.65%
G=25%
B=71.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7481370.950.6500.46221.0890.2828.24
Hex730895F4102Edd5a1c
Octal76021113710105633513234
Binary1111100001000100110111111000001010111011011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073089; }

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

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

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

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

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

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

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

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