Shades of Smalt #092591
Tints of Smalt #092591
RGB
CMYK
RGB Variations
Color information
#092591 (or 0x092591) is known color: Smalt. HEX triplet: 09, 25 and 91. RGB value is (9,37,145). Sum of RGB (Red+Green+Blue) = 9+37+145=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #092591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092591 is #F6DA6E. Grayscale: #282828. Windows color (decimal): -16177775 or 9512201. OLE color: 9512201.
HSL color Cylindrical-coordinate representation of color #092591: hue angle of 227.65º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092591 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 37 | 145 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.43 |
| HSL | 227.65º | 0.88% | 0.3% | - |
| HSV(B) | 227.65º | 0.94% | 0.57% | - |
| XYZ | 5.89 | 3.43 | 27.14 | - |
| YUV | 40.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 145 | 0.94 | 0.74 | 0 | 0.43 | 227.65 | 0.88 | 0.3 |
| Hex | 9 | 25 | 91 | 5E | 4A | 0 | 2B | E4 | 58 | 1E |
| Octal | 11 | 45 | 221 | 136 | 112 | 0 | 53 | 344 | 130 | 36 |
| Binary | 1001 | 100101 | 10010001 | 1011110 | 1001010 | 0 | 101011 | 11100100 | 1011000 | 11110 |
Color Harmonies of #092591
Complementary color
Monochromatic Colors of #092591
Black with #092591
Text Example
Text Example
White with #092591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092591; }
p { color: rgb(9,37,145); }
H1.HeaderClassName
{
color: #092591;
}
.AnyTagClassName
{
color: #092591;
}
</style>
background-color css
<style>
a { background-color: #092591; }
a { background-color: rgb(9,37,145); }
div.DivClassName
{
background-color: #092591;
}
.BgClassName
{
background-color: #092591;
}
</style>
border-color css
<style>
span { border-color: #092591; }
span { border-color: rgb(9,37,145); }
td.TdClassName
{
border-color: #092591;
}
.TagClassName
{
border-color: #092591;
}
</style>