Shades of Smalt #092E92
Tints of Smalt #092E92
RGB
CMYK
RGB Variations
Color information
#092E92 (or 0x092E92) is known color: Smalt. HEX triplet: 09, 2E and 92. RGB value is (9,46,146). Sum of RGB (Red+Green+Blue) = 9+46+146=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #092E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E92 is #F6D16D. Grayscale: #2D2D2D. Windows color (decimal): -16175470 or 9580041. OLE color: 9580041.
HSL color Cylindrical-coordinate representation of color #092E92: hue angle of 223.8º 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 #092E92 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 46 | 146 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.43 |
| HSL | 223.8º | 0.88% | 0.3% | - |
| HSV(B) | 223.8º | 0.94% | 0.57% | - |
| XYZ | 6.28 | 4.09 | 27.65 | - |
| YUV | 46.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 146 | 0.94 | 0.68 | 0 | 0.43 | 223.8 | 0.88 | 0.3 |
| Hex | 9 | 2E | 92 | 5E | 44 | 0 | 2B | E0 | 58 | 1E |
| Octal | 11 | 56 | 222 | 136 | 104 | 0 | 53 | 340 | 130 | 36 |
| Binary | 1001 | 101110 | 10010010 | 1011110 | 1000100 | 0 | 101011 | 11100000 | 1011000 | 11110 |
Color Harmonies of #092E92
Complementary color
Monochromatic Colors of #092E92
Black with #092E92
Text Example
Text Example
White with #092E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E92; }
p { color: rgb(9,46,146); }
H1.HeaderClassName
{
color: #092E92;
}
.AnyTagClassName
{
color: #092E92;
}
</style>
background-color css
<style>
a { background-color: #092E92; }
a { background-color: rgb(9,46,146); }
div.DivClassName
{
background-color: #092E92;
}
.BgClassName
{
background-color: #092E92;
}
</style>
border-color css
<style>
span { border-color: #092E92; }
span { border-color: rgb(9,46,146); }
td.TdClassName
{
border-color: #092E92;
}
.TagClassName
{
border-color: #092E92;
}
</style>