Shades of Smalt #092D85
Tints of Smalt #092D85
RGB
CMYK
RGB Variations
Color information
#092D85 (or 0x092D85) is known color: Smalt. HEX triplet: 09, 2D and 85. RGB value is (9,45,133). Sum of RGB (Red+Green+Blue) = 9+45+133=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #092D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D85 is #F6D27A. Grayscale: #2B2B2B. Windows color (decimal): -16175739 or 8727817. OLE color: 8727817.
HSL color Cylindrical-coordinate representation of color #092D85: hue angle of 222.58º 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 #092D85 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 45 | 133 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.48 |
| HSL | 222.58º | 0.87% | 0.28% | - |
| HSV(B) | 222.58º | 0.93% | 0.52% | - |
| XYZ | 5.28 | 3.63 | 22.61 | - |
| YUV | 44.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 133 | 0.93 | 0.66 | 0 | 0.48 | 222.58 | 0.87 | 0.28 |
| Hex | 9 | 2D | 85 | 5D | 42 | 0 | 30 | DF | 57 | 1C |
| Octal | 11 | 55 | 205 | 135 | 102 | 0 | 60 | 337 | 127 | 34 |
| Binary | 1001 | 101101 | 10000101 | 1011101 | 1000010 | 0 | 110000 | 11011111 | 1010111 | 11100 |
Color Harmonies of #092D85
Complementary color
Monochromatic Colors of #092D85
Black with #092D85
Text Example
Text Example
White with #092D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D85; }
p { color: rgb(9,45,133); }
H1.HeaderClassName
{
color: #092D85;
}
.AnyTagClassName
{
color: #092D85;
}
</style>
background-color css
<style>
a { background-color: #092D85; }
a { background-color: rgb(9,45,133); }
div.DivClassName
{
background-color: #092D85;
}
.BgClassName
{
background-color: #092D85;
}
</style>
border-color css
<style>
span { border-color: #092D85; }
span { border-color: rgb(9,45,133); }
td.TdClassName
{
border-color: #092D85;
}
.TagClassName
{
border-color: #092D85;
}
</style>