Shades of Smalt #092895
Tints of Smalt #092895
RGB
CMYK
RGB Variations
Color information
#092895 (or 0x092895) is known color: Smalt. HEX triplet: 09, 28 and 95. RGB value is (9,40,149). Sum of RGB (Red+Green+Blue) = 9+40+149=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #092895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092895 is #F6D76A. Grayscale: #2A2A2A. Windows color (decimal): -16177003 or 9775113. OLE color: 9775113.
HSL color Cylindrical-coordinate representation of color #092895: hue angle of 226.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092895 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 40 | 149 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.42 |
| HSL | 226.71º | 0.89% | 0.31% | - |
| HSV(B) | 226.71º | 0.94% | 0.58% | - |
| XYZ | 6.3 | 3.75 | 28.82 | - |
| YUV | 43.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 149 | 0.94 | 0.73 | 0 | 0.42 | 226.71 | 0.89 | 0.31 |
| Hex | 9 | 28 | 95 | 5E | 49 | 0 | 2A | E3 | 59 | 1F |
| Octal | 11 | 50 | 225 | 136 | 111 | 0 | 52 | 343 | 131 | 37 |
| Binary | 1001 | 101000 | 10010101 | 1011110 | 1001001 | 0 | 101010 | 11100011 | 1011001 | 11111 |
Color Harmonies of #092895
Complementary color
Monochromatic Colors of #092895
Black with #092895
Text Example
Text Example
White with #092895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092895; }
p { color: rgb(9,40,149); }
H1.HeaderClassName
{
color: #092895;
}
.AnyTagClassName
{
color: #092895;
}
</style>
background-color css
<style>
a { background-color: #092895; }
a { background-color: rgb(9,40,149); }
div.DivClassName
{
background-color: #092895;
}
.BgClassName
{
background-color: #092895;
}
</style>
border-color css
<style>
span { border-color: #092895; }
span { border-color: rgb(9,40,149); }
td.TdClassName
{
border-color: #092895;
}
.TagClassName
{
border-color: #092895;
}
</style>