Shades of Smalt #092384
Tints of Smalt #092384
RGB
CMYK
RGB Variations
Color information
#092384 (or 0x092384) is known color: Smalt. HEX triplet: 09, 23 and 84. RGB value is (9,35,132). Sum of RGB (Red+Green+Blue) = 9+35+132=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #092384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092384 is #F6DC7B. Grayscale: #252525. Windows color (decimal): -16178300 or 8659721. OLE color: 8659721.
HSL color Cylindrical-coordinate representation of color #092384: hue angle of 227.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092384 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 35 | 132 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.48 |
| HSL | 227.32º | 0.87% | 0.28% | - |
| HSV(B) | 227.32º | 0.93% | 0.52% | - |
| XYZ | 4.88 | 2.93 | 22.14 | - |
| YUV | 38.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 132 | 0.93 | 0.73 | 0 | 0.48 | 227.32 | 0.87 | 0.28 |
| Hex | 9 | 23 | 84 | 5D | 49 | 0 | 30 | E3 | 57 | 1C |
| Octal | 11 | 43 | 204 | 135 | 111 | 0 | 60 | 343 | 127 | 34 |
| Binary | 1001 | 100011 | 10000100 | 1011101 | 1001001 | 0 | 110000 | 11100011 | 1010111 | 11100 |
Color Harmonies of #092384
Complementary color
Monochromatic Colors of #092384
Black with #092384
Text Example
Text Example
White with #092384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092384; }
p { color: rgb(9,35,132); }
H1.HeaderClassName
{
color: #092384;
}
.AnyTagClassName
{
color: #092384;
}
</style>
background-color css
<style>
a { background-color: #092384; }
a { background-color: rgb(9,35,132); }
div.DivClassName
{
background-color: #092384;
}
.BgClassName
{
background-color: #092384;
}
</style>
border-color css
<style>
span { border-color: #092384; }
span { border-color: rgb(9,35,132); }
td.TdClassName
{
border-color: #092384;
}
.TagClassName
{
border-color: #092384;
}
</style>