Shades of Smalt #092E89
Tints of Smalt #092E89
RGB
CMYK
RGB Variations
Color information
#092E89 (or 0x092E89) is known color: Smalt. HEX triplet: 09, 2E and 89. RGB value is (9,46,137). Sum of RGB (Red+Green+Blue) = 9+46+137=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #092E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E89 is #F6D176. Grayscale: #2C2C2C. Windows color (decimal): -16175479 or 8990217. OLE color: 8990217.
HSL color Cylindrical-coordinate representation of color #092E89: hue angle of 222.66º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092E89 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 46 | 137 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.46 |
| HSL | 222.66º | 0.88% | 0.29% | - |
| HSV(B) | 222.66º | 0.93% | 0.54% | - |
| XYZ | 5.61 | 3.82 | 24.11 | - |
| YUV | 45.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 137 | 0.93 | 0.66 | 0 | 0.46 | 222.66 | 0.88 | 0.29 |
| Hex | 9 | 2E | 89 | 5D | 42 | 0 | 2E | DF | 58 | 1D |
| Octal | 11 | 56 | 211 | 135 | 102 | 0 | 56 | 337 | 130 | 35 |
| Binary | 1001 | 101110 | 10001001 | 1011101 | 1000010 | 0 | 101110 | 11011111 | 1011000 | 11101 |
Color Harmonies of #092E89
Complementary color
Monochromatic Colors of #092E89
Black with #092E89
Text Example
Text Example
White with #092E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E89; }
p { color: rgb(9,46,137); }
H1.HeaderClassName
{
color: #092E89;
}
.AnyTagClassName
{
color: #092E89;
}
</style>
background-color css
<style>
a { background-color: #092E89; }
a { background-color: rgb(9,46,137); }
div.DivClassName
{
background-color: #092E89;
}
.BgClassName
{
background-color: #092E89;
}
</style>
border-color css
<style>
span { border-color: #092E89; }
span { border-color: rgb(9,46,137); }
td.TdClassName
{
border-color: #092E89;
}
.TagClassName
{
border-color: #092E89;
}
</style>