Shades of Smalt #092D89
Tints of Smalt #092D89
RGB
CMYK
RGB Variations
Color information
#092D89 (or 0x092D89) is known color: Smalt. HEX triplet: 09, 2D and 89. RGB value is (9,45,137). Sum of RGB (Red+Green+Blue) = 9+45+137=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #092D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D89 is #F6D276. Grayscale: #2C2C2C. Windows color (decimal): -16175735 or 8989961. OLE color: 8989961.
HSL color Cylindrical-coordinate representation of color #092D89: hue angle of 223.12º 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 #092D89 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 45 | 137 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.46 |
| HSL | 223.13º | 0.88% | 0.29% | - |
| HSV(B) | 223.13º | 0.93% | 0.54% | - |
| XYZ | 5.57 | 3.74 | 24.1 | - |
| YUV | 44.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 137 | 0.93 | 0.67 | 0 | 0.46 | 223.13 | 0.88 | 0.29 |
| Hex | 9 | 2D | 89 | 5D | 43 | 0 | 2E | DF | 58 | 1D |
| Octal | 11 | 55 | 211 | 135 | 103 | 0 | 56 | 337 | 130 | 35 |
| Binary | 1001 | 101101 | 10001001 | 1011101 | 1000011 | 0 | 101110 | 11011111 | 1011000 | 11101 |
Color Harmonies of #092D89
Complementary color
Monochromatic Colors of #092D89
Black with #092D89
Text Example
Text Example
White with #092D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D89; }
p { color: rgb(9,45,137); }
H1.HeaderClassName
{
color: #092D89;
}
.AnyTagClassName
{
color: #092D89;
}
</style>
background-color css
<style>
a { background-color: #092D89; }
a { background-color: rgb(9,45,137); }
div.DivClassName
{
background-color: #092D89;
}
.BgClassName
{
background-color: #092D89;
}
</style>
border-color css
<style>
span { border-color: #092D89; }
span { border-color: rgb(9,45,137); }
td.TdClassName
{
border-color: #092D89;
}
.TagClassName
{
border-color: #092D89;
}
</style>