Shades of Smalt #092896
Tints of Smalt #092896
RGB
CMYK
RGB Variations
Color information
#092896 (or 0x092896) is known color: Smalt. HEX triplet: 09, 28 and 96. RGB value is (9,40,150). Sum of RGB (Red+Green+Blue) = 9+40+150=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #092896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092896 is #F6D769. Grayscale: #2A2A2A. Windows color (decimal): -16177002 or 9840649. OLE color: 9840649.
HSL color Cylindrical-coordinate representation of color #092896: hue angle of 226.81º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092896 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 40 | 150 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.41 |
| HSL | 226.81º | 0.89% | 0.31% | - |
| HSV(B) | 226.81º | 0.94% | 0.59% | - |
| XYZ | 6.38 | 3.78 | 29.25 | - |
| YUV | 43.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 150 | 0.94 | 0.73 | 0 | 0.41 | 226.81 | 0.89 | 0.31 |
| Hex | 9 | 28 | 96 | 5E | 49 | 0 | 29 | E3 | 59 | 1F |
| Octal | 11 | 50 | 226 | 136 | 111 | 0 | 51 | 343 | 131 | 37 |
| Binary | 1001 | 101000 | 10010110 | 1011110 | 1001001 | 0 | 101001 | 11100011 | 1011001 | 11111 |
Color Harmonies of #092896
Complementary color
Monochromatic Colors of #092896
Black with #092896
Text Example
Text Example
White with #092896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092896; }
p { color: rgb(9,40,150); }
H1.HeaderClassName
{
color: #092896;
}
.AnyTagClassName
{
color: #092896;
}
</style>
background-color css
<style>
a { background-color: #092896; }
a { background-color: rgb(9,40,150); }
div.DivClassName
{
background-color: #092896;
}
.BgClassName
{
background-color: #092896;
}
</style>
border-color css
<style>
span { border-color: #092896; }
span { border-color: rgb(9,40,150); }
td.TdClassName
{
border-color: #092896;
}
.TagClassName
{
border-color: #092896;
}
</style>