Shades of Smalt #092990
Tints of Smalt #092990
RGB
CMYK
RGB Variations
Color information
#092990 (or 0x092990) is known color: Smalt. HEX triplet: 09, 29 and 90. RGB value is (9,41,144). Sum of RGB (Red+Green+Blue) = 9+41+144=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #092990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092990 is #F6D66F. Grayscale: #2A2A2A. Windows color (decimal): -16176752 or 9447689. OLE color: 9447689.
HSL color Cylindrical-coordinate representation of color #092990: hue angle of 225.78º 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 #092990 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 41 | 144 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.44 |
| HSL | 225.78º | 0.88% | 0.3% | - |
| HSV(B) | 225.78º | 0.94% | 0.56% | - |
| XYZ | 5.94 | 3.66 | 26.78 | - |
| YUV | 43.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 144 | 0.94 | 0.72 | 0 | 0.44 | 225.78 | 0.88 | 0.3 |
| Hex | 9 | 29 | 90 | 5E | 48 | 0 | 2C | E2 | 58 | 1E |
| Octal | 11 | 51 | 220 | 136 | 110 | 0 | 54 | 342 | 130 | 36 |
| Binary | 1001 | 101001 | 10010000 | 1011110 | 1001000 | 0 | 101100 | 11100010 | 1011000 | 11110 |
Color Harmonies of #092990
Complementary color
Monochromatic Colors of #092990
Black with #092990
Text Example
Text Example
White with #092990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092990; }
p { color: rgb(9,41,144); }
H1.HeaderClassName
{
color: #092990;
}
.AnyTagClassName
{
color: #092990;
}
</style>
background-color css
<style>
a { background-color: #092990; }
a { background-color: rgb(9,41,144); }
div.DivClassName
{
background-color: #092990;
}
.BgClassName
{
background-color: #092990;
}
</style>
border-color css
<style>
span { border-color: #092990; }
span { border-color: rgb(9,41,144); }
td.TdClassName
{
border-color: #092990;
}
.TagClassName
{
border-color: #092990;
}
</style>