Shades of Smalt #092D84
Tints of Smalt #092D84
RGB
CMYK
RGB Variations
Color information
#092D84 (or 0x092D84) is known color: Smalt. HEX triplet: 09, 2D and 84. RGB value is (9,45,132). Sum of RGB (Red+Green+Blue) = 9+45+132=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #092D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D84 is #F6D27B. Grayscale: #2B2B2B. Windows color (decimal): -16175740 or 8662281. OLE color: 8662281.
HSL color Cylindrical-coordinate representation of color #092D84: hue angle of 222.44º 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 #092D84 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 45 | 132 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.48 |
| HSL | 222.44º | 0.87% | 0.28% | - |
| HSV(B) | 222.44º | 0.93% | 0.52% | - |
| XYZ | 5.22 | 3.6 | 22.25 | - |
| YUV | 44.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 132 | 0.93 | 0.66 | 0 | 0.48 | 222.44 | 0.87 | 0.28 |
| Hex | 9 | 2D | 84 | 5D | 42 | 0 | 30 | DE | 57 | 1C |
| Octal | 11 | 55 | 204 | 135 | 102 | 0 | 60 | 336 | 127 | 34 |
| Binary | 1001 | 101101 | 10000100 | 1011101 | 1000010 | 0 | 110000 | 11011110 | 1010111 | 11100 |
Color Harmonies of #092D84
Complementary color
Monochromatic Colors of #092D84
Black with #092D84
Text Example
Text Example
White with #092D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D84; }
p { color: rgb(9,45,132); }
H1.HeaderClassName
{
color: #092D84;
}
.AnyTagClassName
{
color: #092D84;
}
</style>
background-color css
<style>
a { background-color: #092D84; }
a { background-color: rgb(9,45,132); }
div.DivClassName
{
background-color: #092D84;
}
.BgClassName
{
background-color: #092D84;
}
</style>
border-color css
<style>
span { border-color: #092D84; }
span { border-color: rgb(9,45,132); }
td.TdClassName
{
border-color: #092D84;
}
.TagClassName
{
border-color: #092D84;
}
</style>