Shades of Smalt #092F99
Tints of Smalt #092F99
RGB
CMYK
RGB Variations
Color information
#092F99 (or 0x092F99) is known color: Smalt. HEX triplet: 09, 2F and 99. RGB value is (9,47,153). Sum of RGB (Red+Green+Blue) = 9+47+153=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #092F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F99 is #F6D066. Grayscale: #2F2F2F. Windows color (decimal): -16175207 or 10039049. OLE color: 10039049.
HSL color Cylindrical-coordinate representation of color #092F99: hue angle of 224.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092F99 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 47 | 153 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.4 |
| HSL | 224.17º | 0.89% | 0.32% | - |
| HSV(B) | 224.17º | 0.94% | 0.6% | - |
| XYZ | 6.88 | 4.39 | 30.62 | - |
| YUV | 47.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 153 | 0.94 | 0.69 | 0 | 0.4 | 224.17 | 0.89 | 0.32 |
| Hex | 9 | 2F | 99 | 5E | 45 | 0 | 28 | E0 | 59 | 20 |
| Octal | 11 | 57 | 231 | 136 | 105 | 0 | 50 | 340 | 131 | 40 |
| Binary | 1001 | 101111 | 10011001 | 1011110 | 1000101 | 0 | 101000 | 11100000 | 1011001 | 100000 |
Color Harmonies of #092F99
Complementary color
Monochromatic Colors of #092F99
Black with #092F99
Text Example
Text Example
White with #092F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F99; }
p { color: rgb(9,47,153); }
H1.HeaderClassName
{
color: #092F99;
}
.AnyTagClassName
{
color: #092F99;
}
</style>
background-color css
<style>
a { background-color: #092F99; }
a { background-color: rgb(9,47,153); }
div.DivClassName
{
background-color: #092F99;
}
.BgClassName
{
background-color: #092F99;
}
</style>
border-color css
<style>
span { border-color: #092F99; }
span { border-color: rgb(9,47,153); }
td.TdClassName
{
border-color: #092F99;
}
.TagClassName
{
border-color: #092F99;
}
</style>