Shades of Smalt #092C94
Tints of Smalt #092C94
RGB
CMYK
RGB Variations
Color information
#092C94 (or 0x092C94) is known color: Smalt. HEX triplet: 09, 2C and 94. RGB value is (9,44,148). Sum of RGB (Red+Green+Blue) = 9+44+148=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #092C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C94 is #F6D36B. Grayscale: #2C2C2C. Windows color (decimal): -16175980 or 9710601. OLE color: 9710601.
HSL color Cylindrical-coordinate representation of color #092C94: hue angle of 224.89º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092C94 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 44 | 148 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.42 |
| HSL | 224.89º | 0.89% | 0.31% | - |
| HSV(B) | 224.89º | 0.94% | 0.58% | - |
| XYZ | 6.36 | 4 | 28.45 | - |
| YUV | 45.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 148 | 0.94 | 0.70 | 0 | 0.42 | 224.89 | 0.89 | 0.31 |
| Hex | 9 | 2C | 94 | 5E | 46 | 0 | 2A | E1 | 59 | 1F |
| Octal | 11 | 54 | 224 | 136 | 106 | 0 | 52 | 341 | 131 | 37 |
| Binary | 1001 | 101100 | 10010100 | 1011110 | 1000110 | 0 | 101010 | 11100001 | 1011001 | 11111 |
Color Harmonies of #092C94
Complementary color
Monochromatic Colors of #092C94
Black with #092C94
Text Example
Text Example
White with #092C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C94; }
p { color: rgb(9,44,148); }
H1.HeaderClassName
{
color: #092C94;
}
.AnyTagClassName
{
color: #092C94;
}
</style>
background-color css
<style>
a { background-color: #092C94; }
a { background-color: rgb(9,44,148); }
div.DivClassName
{
background-color: #092C94;
}
.BgClassName
{
background-color: #092C94;
}
</style>
border-color css
<style>
span { border-color: #092C94; }
span { border-color: rgb(9,44,148); }
td.TdClassName
{
border-color: #092C94;
}
.TagClassName
{
border-color: #092C94;
}
</style>