Shades of Smalt #092D90
Tints of Smalt #092D90
RGB
CMYK
RGB Variations
Color information
#092D90 (or 0x092D90) is known color: Smalt. HEX triplet: 09, 2D and 90. RGB value is (9,45,144). Sum of RGB (Red+Green+Blue) = 9+45+144=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #092D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D90 is #F6D26F. Grayscale: #2D2D2D. Windows color (decimal): -16175728 or 9448713. OLE color: 9448713.
HSL color Cylindrical-coordinate representation of color #092D90: hue angle of 224º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092D90 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 45 | 144 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.44 |
| HSL | 224º | 0.88% | 0.3% | - |
| HSV(B) | 224º | 0.94% | 0.56% | - |
| XYZ | 6.09 | 3.95 | 26.83 | - |
| YUV | 45.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 144 | 0.94 | 0.69 | 0 | 0.44 | 224 | 0.88 | 0.3 |
| Hex | 9 | 2D | 90 | 5E | 45 | 0 | 2C | E0 | 58 | 1E |
| Octal | 11 | 55 | 220 | 136 | 105 | 0 | 54 | 340 | 130 | 36 |
| Binary | 1001 | 101101 | 10010000 | 1011110 | 1000101 | 0 | 101100 | 11100000 | 1011000 | 11110 |
Color Harmonies of #092D90
Complementary color
Monochromatic Colors of #092D90
Black with #092D90
Text Example
Text Example
White with #092D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D90; }
p { color: rgb(9,45,144); }
H1.HeaderClassName
{
color: #092D90;
}
.AnyTagClassName
{
color: #092D90;
}
</style>
background-color css
<style>
a { background-color: #092D90; }
a { background-color: rgb(9,45,144); }
div.DivClassName
{
background-color: #092D90;
}
.BgClassName
{
background-color: #092D90;
}
</style>
border-color css
<style>
span { border-color: #092D90; }
span { border-color: rgb(9,45,144); }
td.TdClassName
{
border-color: #092D90;
}
.TagClassName
{
border-color: #092D90;
}
</style>