#073891

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

Shades of Smalt #073891

Tints of Smalt #073891

Color information

#073891 (or 0x073891) is unknown color: approx Smalt. HEX triplet: 07, 38 and 91. RGB value is (7,56,145). Sum of RGB (Red+Green+Blue) = 7+56+145=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #073891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073891 is #F8C76E. Grayscale: #333333. Windows color (decimal): -16303983 or 9517063. OLE color: 9517063.

HSL color Cylindrical-coordinate representation of color #073891: hue angle of 218.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073891 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB756145-
CMYK0.950.6100.43
HSL218.7º90.79%29.8%-
HSV(B)218.7º95.17%56.86%-
XYZ6.614.9227.39-
YUV51.5180.7796.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=3.37%
G=26.92%
B=69.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7561450.950.6100.43218.790.7929.8
Hex738915F3D02Bdb5b1e
Octal7702211377505333313336
Binary111111000100100011011111111101010101111011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073891; }

 p { color: rgb(7,56,145); }

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

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

 a { background-color: rgb(7,56,145); }

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

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

 span { border-color: rgb(7,56,145); }

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