Shades of Smalt #092792
Tints of Smalt #092792
RGB
CMYK
RGB Variations
Color information
#092792 (or 0x092792) is known color: Smalt. HEX triplet: 09, 27 and 92. RGB value is (9,39,146). Sum of RGB (Red+Green+Blue) = 9+39+146=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #092792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092792 is #F6D86D. Grayscale: #292929. Windows color (decimal): -16177262 or 9578249. OLE color: 9578249.
HSL color Cylindrical-coordinate representation of color #092792: hue angle of 226.86º 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 #092792 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 39 | 146 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.43 |
| HSL | 226.86º | 0.88% | 0.3% | - |
| HSV(B) | 226.86º | 0.94% | 0.57% | - |
| XYZ | 6.03 | 3.58 | 27.57 | - |
| YUV | 42.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 146 | 0.94 | 0.73 | 0 | 0.43 | 226.86 | 0.88 | 0.3 |
| Hex | 9 | 27 | 92 | 5E | 49 | 0 | 2B | E3 | 58 | 1E |
| Octal | 11 | 47 | 222 | 136 | 111 | 0 | 53 | 343 | 130 | 36 |
| Binary | 1001 | 100111 | 10010010 | 1011110 | 1001001 | 0 | 101011 | 11100011 | 1011000 | 11110 |
Color Harmonies of #092792
Complementary color
Monochromatic Colors of #092792
Black with #092792
Text Example
Text Example
White with #092792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092792; }
p { color: rgb(9,39,146); }
H1.HeaderClassName
{
color: #092792;
}
.AnyTagClassName
{
color: #092792;
}
</style>
background-color css
<style>
a { background-color: #092792; }
a { background-color: rgb(9,39,146); }
div.DivClassName
{
background-color: #092792;
}
.BgClassName
{
background-color: #092792;
}
</style>
border-color css
<style>
span { border-color: #092792; }
span { border-color: rgb(9,39,146); }
td.TdClassName
{
border-color: #092792;
}
.TagClassName
{
border-color: #092792;
}
</style>