Shades of Smalt #092394
Tints of Smalt #092394
RGB
CMYK
RGB Variations
Color information
#092394 (or 0x092394) is known color: Smalt. HEX triplet: 09, 23 and 94. RGB value is (9,35,148). Sum of RGB (Red+Green+Blue) = 9+35+148=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #092394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092394 is #F6DC6B. Grayscale: #272727. Windows color (decimal): -16178284 or 9708297. OLE color: 9708297.
HSL color Cylindrical-coordinate representation of color #092394: hue angle of 228.78º 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 #092394 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 35 | 148 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.42 |
| HSL | 228.78º | 0.89% | 0.31% | - |
| HSV(B) | 228.78º | 0.94% | 0.58% | - |
| XYZ | 6.06 | 3.4 | 28.35 | - |
| YUV | 40.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 148 | 0.94 | 0.76 | 0 | 0.42 | 228.78 | 0.89 | 0.31 |
| Hex | 9 | 23 | 94 | 5E | 4C | 0 | 2A | E5 | 59 | 1F |
| Octal | 11 | 43 | 224 | 136 | 114 | 0 | 52 | 345 | 131 | 37 |
| Binary | 1001 | 100011 | 10010100 | 1011110 | 1001100 | 0 | 101010 | 11100101 | 1011001 | 11111 |
Color Harmonies of #092394
Complementary color
Monochromatic Colors of #092394
Black with #092394
Text Example
Text Example
White with #092394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092394; }
p { color: rgb(9,35,148); }
H1.HeaderClassName
{
color: #092394;
}
.AnyTagClassName
{
color: #092394;
}
</style>
background-color css
<style>
a { background-color: #092394; }
a { background-color: rgb(9,35,148); }
div.DivClassName
{
background-color: #092394;
}
.BgClassName
{
background-color: #092394;
}
</style>
border-color css
<style>
span { border-color: #092394; }
span { border-color: rgb(9,35,148); }
td.TdClassName
{
border-color: #092394;
}
.TagClassName
{
border-color: #092394;
}
</style>