Shades of Smalt #092B85
Tints of Smalt #092B85
RGB
CMYK
RGB Variations
Color information
#092B85 (or 0x092B85) is known color: Smalt. HEX triplet: 09, 2B and 85. RGB value is (9,43,133). Sum of RGB (Red+Green+Blue) = 9+43+133=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #092B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092B85 is #F6D47A. Grayscale: #2A2A2A. Windows color (decimal): -16176251 or 8727305. OLE color: 8727305.
HSL color Cylindrical-coordinate representation of color #092B85: hue angle of 223.55º 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 #092B85 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 43 | 133 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.48 |
| HSL | 223.55º | 0.87% | 0.28% | - |
| HSV(B) | 223.55º | 0.93% | 0.52% | - |
| XYZ | 5.21 | 3.48 | 22.59 | - |
| YUV | 43.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 133 | 0.93 | 0.68 | 0 | 0.48 | 223.55 | 0.87 | 0.28 |
| Hex | 9 | 2B | 85 | 5D | 44 | 0 | 30 | E0 | 57 | 1C |
| Octal | 11 | 53 | 205 | 135 | 104 | 0 | 60 | 340 | 127 | 34 |
| Binary | 1001 | 101011 | 10000101 | 1011101 | 1000100 | 0 | 110000 | 11100000 | 1010111 | 11100 |
Color Harmonies of #092B85
Complementary color
Monochromatic Colors of #092B85
Black with #092B85
Text Example
Text Example
White with #092B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B85; }
p { color: rgb(9,43,133); }
H1.HeaderClassName
{
color: #092B85;
}
.AnyTagClassName
{
color: #092B85;
}
</style>
background-color css
<style>
a { background-color: #092B85; }
a { background-color: rgb(9,43,133); }
div.DivClassName
{
background-color: #092B85;
}
.BgClassName
{
background-color: #092B85;
}
</style>
border-color css
<style>
span { border-color: #092B85; }
span { border-color: rgb(9,43,133); }
td.TdClassName
{
border-color: #092B85;
}
.TagClassName
{
border-color: #092B85;
}
</style>