Shades of Smalt #092C91
Tints of Smalt #092C91
RGB
CMYK
RGB Variations
Color information
#092C91 (or 0x092C91) is known color: Smalt. HEX triplet: 09, 2C and 91. RGB value is (9,44,145). Sum of RGB (Red+Green+Blue) = 9+44+145=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #092C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C91 is #F6D36E. Grayscale: #2C2C2C. Windows color (decimal): -16175983 or 9513993. OLE color: 9513993.
HSL color Cylindrical-coordinate representation of color #092C91: hue angle of 224.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092C91 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 44 | 145 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.43 |
| HSL | 224.56º | 0.88% | 0.3% | - |
| HSV(B) | 224.56º | 0.94% | 0.57% | - |
| XYZ | 6.12 | 3.9 | 27.22 | - |
| YUV | 45.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 145 | 0.94 | 0.70 | 0 | 0.43 | 224.56 | 0.88 | 0.3 |
| Hex | 9 | 2C | 91 | 5E | 46 | 0 | 2B | E1 | 58 | 1E |
| Octal | 11 | 54 | 221 | 136 | 106 | 0 | 53 | 341 | 130 | 36 |
| Binary | 1001 | 101100 | 10010001 | 1011110 | 1000110 | 0 | 101011 | 11100001 | 1011000 | 11110 |
Color Harmonies of #092C91
Complementary color
Monochromatic Colors of #092C91
Black with #092C91
Text Example
Text Example
White with #092C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C91; }
p { color: rgb(9,44,145); }
H1.HeaderClassName
{
color: #092C91;
}
.AnyTagClassName
{
color: #092C91;
}
</style>
background-color css
<style>
a { background-color: #092C91; }
a { background-color: rgb(9,44,145); }
div.DivClassName
{
background-color: #092C91;
}
.BgClassName
{
background-color: #092C91;
}
</style>
border-color css
<style>
span { border-color: #092C91; }
span { border-color: rgb(9,44,145); }
td.TdClassName
{
border-color: #092C91;
}
.TagClassName
{
border-color: #092C91;
}
</style>