Shades of Smalt #092C99
Tints of Smalt #092C99
RGB
CMYK
RGB Variations
Color information
#092C99 (or 0x092C99) is known color: Smalt. HEX triplet: 09, 2C and 99. RGB value is (9,44,153). Sum of RGB (Red+Green+Blue) = 9+44+153=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #092C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C99 is #F6D366. Grayscale: #2D2D2D. Windows color (decimal): -16175975 or 10038281. OLE color: 10038281.
HSL color Cylindrical-coordinate representation of color #092C99: hue angle of 225.42º 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 #092C99 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 44 | 153 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.4 |
| HSL | 225.42º | 0.89% | 0.32% | - |
| HSV(B) | 225.42º | 0.94% | 0.6% | - |
| XYZ | 6.76 | 4.16 | 30.58 | - |
| YUV | 45.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 153 | 0.94 | 0.71 | 0 | 0.4 | 225.42 | 0.89 | 0.32 |
| Hex | 9 | 2C | 99 | 5E | 47 | 0 | 28 | E1 | 59 | 20 |
| Octal | 11 | 54 | 231 | 136 | 107 | 0 | 50 | 341 | 131 | 40 |
| Binary | 1001 | 101100 | 10011001 | 1011110 | 1000111 | 0 | 101000 | 11100001 | 1011001 | 100000 |
Color Harmonies of #092C99
Complementary color
Monochromatic Colors of #092C99
Black with #092C99
Text Example
Text Example
White with #092C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C99; }
p { color: rgb(9,44,153); }
H1.HeaderClassName
{
color: #092C99;
}
.AnyTagClassName
{
color: #092C99;
}
</style>
background-color css
<style>
a { background-color: #092C99; }
a { background-color: rgb(9,44,153); }
div.DivClassName
{
background-color: #092C99;
}
.BgClassName
{
background-color: #092C99;
}
</style>
border-color css
<style>
span { border-color: #092C99; }
span { border-color: rgb(9,44,153); }
td.TdClassName
{
border-color: #092C99;
}
.TagClassName
{
border-color: #092C99;
}
</style>