Shades of Smalt #092C90
Tints of Smalt #092C90
RGB
CMYK
RGB Variations
Color information
#092C90 (or 0x092C90) is known color: Smalt. HEX triplet: 09, 2C and 90. RGB value is (9,44,144). Sum of RGB (Red+Green+Blue) = 9+44+144=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #092C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C90 is #F6D36F. Grayscale: #2C2C2C. Windows color (decimal): -16175984 or 9448457. OLE color: 9448457.
HSL color Cylindrical-coordinate representation of color #092C90: hue angle of 224.44º 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 #092C90 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 44 | 144 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.44 |
| HSL | 224.44º | 0.88% | 0.3% | - |
| HSV(B) | 224.44º | 0.94% | 0.56% | - |
| XYZ | 6.05 | 3.87 | 26.81 | - |
| YUV | 44.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 144 | 0.94 | 0.69 | 0 | 0.44 | 224.44 | 0.88 | 0.3 |
| Hex | 9 | 2C | 90 | 5E | 45 | 0 | 2C | E0 | 58 | 1E |
| Octal | 11 | 54 | 220 | 136 | 105 | 0 | 54 | 340 | 130 | 36 |
| Binary | 1001 | 101100 | 10010000 | 1011110 | 1000101 | 0 | 101100 | 11100000 | 1011000 | 11110 |
Color Harmonies of #092C90
Complementary color
Monochromatic Colors of #092C90
Black with #092C90
Text Example
Text Example
White with #092C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C90; }
p { color: rgb(9,44,144); }
H1.HeaderClassName
{
color: #092C90;
}
.AnyTagClassName
{
color: #092C90;
}
</style>
background-color css
<style>
a { background-color: #092C90; }
a { background-color: rgb(9,44,144); }
div.DivClassName
{
background-color: #092C90;
}
.BgClassName
{
background-color: #092C90;
}
</style>
border-color css
<style>
span { border-color: #092C90; }
span { border-color: rgb(9,44,144); }
td.TdClassName
{
border-color: #092C90;
}
.TagClassName
{
border-color: #092C90;
}
</style>