Shades of Smalt #092D87
Tints of Smalt #092D87
RGB
CMYK
RGB Variations
Color information
#092D87 (or 0x092D87) is known color: Smalt. HEX triplet: 09, 2D and 87. RGB value is (9,45,135). Sum of RGB (Red+Green+Blue) = 9+45+135=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #092D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D87 is #F6D278. Grayscale: #2C2C2C. Windows color (decimal): -16175737 or 8858889. OLE color: 8858889.
HSL color Cylindrical-coordinate representation of color #092D87: hue angle of 222.86º degrees, saturation: 0.88, 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 #092D87 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 45 | 135 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.47 |
| HSL | 222.86º | 0.88% | 0.28% | - |
| HSV(B) | 222.86º | 0.93% | 0.53% | - |
| XYZ | 5.42 | 3.68 | 23.35 | - |
| YUV | 44.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 135 | 0.93 | 0.67 | 0 | 0.47 | 222.86 | 0.88 | 0.28 |
| Hex | 9 | 2D | 87 | 5D | 43 | 0 | 2F | DF | 58 | 1C |
| Octal | 11 | 55 | 207 | 135 | 103 | 0 | 57 | 337 | 130 | 34 |
| Binary | 1001 | 101101 | 10000111 | 1011101 | 1000011 | 0 | 101111 | 11011111 | 1011000 | 11100 |
Color Harmonies of #092D87
Complementary color
Monochromatic Colors of #092D87
Black with #092D87
Text Example
Text Example
White with #092D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D87; }
p { color: rgb(9,45,135); }
H1.HeaderClassName
{
color: #092D87;
}
.AnyTagClassName
{
color: #092D87;
}
</style>
background-color css
<style>
a { background-color: #092D87; }
a { background-color: rgb(9,45,135); }
div.DivClassName
{
background-color: #092D87;
}
.BgClassName
{
background-color: #092D87;
}
</style>
border-color css
<style>
span { border-color: #092D87; }
span { border-color: rgb(9,45,135); }
td.TdClassName
{
border-color: #092D87;
}
.TagClassName
{
border-color: #092D87;
}
</style>