Shades of Smalt #092385
Tints of Smalt #092385
RGB
CMYK
RGB Variations
Color information
#092385 (or 0x092385) is known color: Smalt. HEX triplet: 09, 23 and 85. RGB value is (9,35,133). Sum of RGB (Red+Green+Blue) = 9+35+133=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #092385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092385 is #F6DC7A. Grayscale: #252525. Windows color (decimal): -16178299 or 8725257. OLE color: 8725257.
HSL color Cylindrical-coordinate representation of color #092385: hue angle of 227.42º 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 #092385 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 35 | 133 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.48 |
| HSL | 227.42º | 0.87% | 0.28% | - |
| HSV(B) | 227.42º | 0.93% | 0.52% | - |
| XYZ | 4.95 | 2.95 | 22.5 | - |
| YUV | 38.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 133 | 0.93 | 0.74 | 0 | 0.48 | 227.42 | 0.87 | 0.28 |
| Hex | 9 | 23 | 85 | 5D | 4A | 0 | 30 | E3 | 57 | 1C |
| Octal | 11 | 43 | 205 | 135 | 112 | 0 | 60 | 343 | 127 | 34 |
| Binary | 1001 | 100011 | 10000101 | 1011101 | 1001010 | 0 | 110000 | 11100011 | 1010111 | 11100 |
Color Harmonies of #092385
Complementary color
Monochromatic Colors of #092385
Black with #092385
Text Example
Text Example
White with #092385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092385; }
p { color: rgb(9,35,133); }
H1.HeaderClassName
{
color: #092385;
}
.AnyTagClassName
{
color: #092385;
}
</style>
background-color css
<style>
a { background-color: #092385; }
a { background-color: rgb(9,35,133); }
div.DivClassName
{
background-color: #092385;
}
.BgClassName
{
background-color: #092385;
}
</style>
border-color css
<style>
span { border-color: #092385; }
span { border-color: rgb(9,35,133); }
td.TdClassName
{
border-color: #092385;
}
.TagClassName
{
border-color: #092385;
}
</style>