Shades of Smalt #092E85
Tints of Smalt #092E85
RGB
CMYK
RGB Variations
Color information
#092E85 (or 0x092E85) is known color: Smalt. HEX triplet: 09, 2E and 85. RGB value is (9,46,133). Sum of RGB (Red+Green+Blue) = 9+46+133=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #092E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E85 is #F6D17A. Grayscale: #2C2C2C. Windows color (decimal): -16175483 or 8728073. OLE color: 8728073.
HSL color Cylindrical-coordinate representation of color #092E85: hue angle of 222.1º 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 #092E85 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 46 | 133 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.48 |
| HSL | 222.1º | 0.87% | 0.28% | - |
| HSV(B) | 222.1º | 0.93% | 0.52% | - |
| XYZ | 5.32 | 3.71 | 22.62 | - |
| YUV | 44.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 133 | 0.93 | 0.65 | 0 | 0.48 | 222.1 | 0.87 | 0.28 |
| Hex | 9 | 2E | 85 | 5D | 41 | 0 | 30 | DE | 57 | 1C |
| Octal | 11 | 56 | 205 | 135 | 101 | 0 | 60 | 336 | 127 | 34 |
| Binary | 1001 | 101110 | 10000101 | 1011101 | 1000001 | 0 | 110000 | 11011110 | 1010111 | 11100 |
Color Harmonies of #092E85
Complementary color
Monochromatic Colors of #092E85
Black with #092E85
Text Example
Text Example
White with #092E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E85; }
p { color: rgb(9,46,133); }
H1.HeaderClassName
{
color: #092E85;
}
.AnyTagClassName
{
color: #092E85;
}
</style>
background-color css
<style>
a { background-color: #092E85; }
a { background-color: rgb(9,46,133); }
div.DivClassName
{
background-color: #092E85;
}
.BgClassName
{
background-color: #092E85;
}
</style>
border-color css
<style>
span { border-color: #092E85; }
span { border-color: rgb(9,46,133); }
td.TdClassName
{
border-color: #092E85;
}
.TagClassName
{
border-color: #092E85;
}
</style>