Shades of Smalt #092D92
Tints of Smalt #092D92
RGB
CMYK
RGB Variations
Color information
#092D92 (or 0x092D92) is known color: Smalt. HEX triplet: 09, 2D and 92. RGB value is (9,45,146). Sum of RGB (Red+Green+Blue) = 9+45+146=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #092D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D92 is #F6D26D. Grayscale: #2D2D2D. Windows color (decimal): -16175726 or 9579785. OLE color: 9579785.
HSL color Cylindrical-coordinate representation of color #092D92: hue angle of 224.23º 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 #092D92 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 45 | 146 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.43 |
| HSL | 224.23º | 0.88% | 0.3% | - |
| HSV(B) | 224.23º | 0.94% | 0.57% | - |
| XYZ | 6.24 | 4.01 | 27.64 | - |
| YUV | 45.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 146 | 0.94 | 0.69 | 0 | 0.43 | 224.23 | 0.88 | 0.3 |
| Hex | 9 | 2D | 92 | 5E | 45 | 0 | 2B | E0 | 58 | 1E |
| Octal | 11 | 55 | 222 | 136 | 105 | 0 | 53 | 340 | 130 | 36 |
| Binary | 1001 | 101101 | 10010010 | 1011110 | 1000101 | 0 | 101011 | 11100000 | 1011000 | 11110 |
Color Harmonies of #092D92
Complementary color
Monochromatic Colors of #092D92
Black with #092D92
Text Example
Text Example
White with #092D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D92; }
p { color: rgb(9,45,146); }
H1.HeaderClassName
{
color: #092D92;
}
.AnyTagClassName
{
color: #092D92;
}
</style>
background-color css
<style>
a { background-color: #092D92; }
a { background-color: rgb(9,45,146); }
div.DivClassName
{
background-color: #092D92;
}
.BgClassName
{
background-color: #092D92;
}
</style>
border-color css
<style>
span { border-color: #092D92; }
span { border-color: rgb(9,45,146); }
td.TdClassName
{
border-color: #092D92;
}
.TagClassName
{
border-color: #092D92;
}
</style>