Shades of Smalt #092D86
Tints of Smalt #092D86
RGB
CMYK
RGB Variations
Color information
#092D86 (or 0x092D86) is known color: Smalt. HEX triplet: 09, 2D and 86. RGB value is (9,45,134). Sum of RGB (Red+Green+Blue) = 9+45+134=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #092D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D86 is #F6D279. Grayscale: #2B2B2B. Windows color (decimal): -16175738 or 8793353. OLE color: 8793353.
HSL color Cylindrical-coordinate representation of color #092D86: hue angle of 222.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D86 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 45 | 134 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.47 |
| HSL | 222.72º | 0.87% | 0.28% | - |
| HSV(B) | 222.72º | 0.93% | 0.53% | - |
| XYZ | 5.35 | 3.66 | 22.98 | - |
| YUV | 44.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 134 | 0.93 | 0.66 | 0 | 0.47 | 222.72 | 0.87 | 0.28 |
| Hex | 9 | 2D | 86 | 5D | 42 | 0 | 2F | DF | 57 | 1C |
| Octal | 11 | 55 | 206 | 135 | 102 | 0 | 57 | 337 | 127 | 34 |
| Binary | 1001 | 101101 | 10000110 | 1011101 | 1000010 | 0 | 101111 | 11011111 | 1010111 | 11100 |
Color Harmonies of #092D86
Complementary color
Monochromatic Colors of #092D86
Black with #092D86
Text Example
Text Example
White with #092D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D86; }
p { color: rgb(9,45,134); }
H1.HeaderClassName
{
color: #092D86;
}
.AnyTagClassName
{
color: #092D86;
}
</style>
background-color css
<style>
a { background-color: #092D86; }
a { background-color: rgb(9,45,134); }
div.DivClassName
{
background-color: #092D86;
}
.BgClassName
{
background-color: #092D86;
}
</style>
border-color css
<style>
span { border-color: #092D86; }
span { border-color: rgb(9,45,134); }
td.TdClassName
{
border-color: #092D86;
}
.TagClassName
{
border-color: #092D86;
}
</style>