Shades of Smalt #092F84
Tints of Smalt #092F84
RGB
CMYK
RGB Variations
Color information
#092F84 (or 0x092F84) is known color: Smalt. HEX triplet: 09, 2F and 84. RGB value is (9,47,132). Sum of RGB (Red+Green+Blue) = 9+47+132=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #092F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F84 is #F6D07B. Grayscale: #2C2C2C. Windows color (decimal): -16175228 or 8662793. OLE color: 8662793.
HSL color Cylindrical-coordinate representation of color #092F84: hue angle of 221.46º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F84 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 47 | 132 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.48 |
| HSL | 221.46º | 0.87% | 0.28% | - |
| HSV(B) | 221.46º | 0.93% | 0.52% | - |
| XYZ | 5.29 | 3.76 | 22.28 | - |
| YUV | 45.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 132 | 0.93 | 0.64 | 0 | 0.48 | 221.46 | 0.87 | 0.28 |
| Hex | 9 | 2F | 84 | 5D | 40 | 0 | 30 | DD | 57 | 1C |
| Octal | 11 | 57 | 204 | 135 | 100 | 0 | 60 | 335 | 127 | 34 |
| Binary | 1001 | 101111 | 10000100 | 1011101 | 1000000 | 0 | 110000 | 11011101 | 1010111 | 11100 |
Color Harmonies of #092F84
Complementary color
Monochromatic Colors of #092F84
Black with #092F84
Text Example
Text Example
White with #092F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F84; }
p { color: rgb(9,47,132); }
H1.HeaderClassName
{
color: #092F84;
}
.AnyTagClassName
{
color: #092F84;
}
</style>
background-color css
<style>
a { background-color: #092F84; }
a { background-color: rgb(9,47,132); }
div.DivClassName
{
background-color: #092F84;
}
.BgClassName
{
background-color: #092F84;
}
</style>
border-color css
<style>
span { border-color: #092F84; }
span { border-color: rgb(9,47,132); }
td.TdClassName
{
border-color: #092F84;
}
.TagClassName
{
border-color: #092F84;
}
</style>