Shades of Smalt #092B86
Tints of Smalt #092B86
RGB
CMYK
RGB Variations
Color information
#092B86 (or 0x092B86) is known color: Smalt. HEX triplet: 09, 2B and 86. RGB value is (9,43,134). Sum of RGB (Red+Green+Blue) = 9+43+134=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #092B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092B86 is #F6D479. Grayscale: #2A2A2A. Windows color (decimal): -16176250 or 8792841. OLE color: 8792841.
HSL color Cylindrical-coordinate representation of color #092B86: hue angle of 223.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092B86 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 43 | 134 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.47 |
| HSL | 223.68º | 0.87% | 0.28% | - |
| HSV(B) | 223.68º | 0.93% | 0.53% | - |
| XYZ | 5.28 | 3.51 | 22.95 | - |
| YUV | 43.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 134 | 0.93 | 0.68 | 0 | 0.47 | 223.68 | 0.87 | 0.28 |
| Hex | 9 | 2B | 86 | 5D | 44 | 0 | 2F | E0 | 57 | 1C |
| Octal | 11 | 53 | 206 | 135 | 104 | 0 | 57 | 340 | 127 | 34 |
| Binary | 1001 | 101011 | 10000110 | 1011101 | 1000100 | 0 | 101111 | 11100000 | 1010111 | 11100 |
Color Harmonies of #092B86
Complementary color
Monochromatic Colors of #092B86
Black with #092B86
Text Example
Text Example
White with #092B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B86; }
p { color: rgb(9,43,134); }
H1.HeaderClassName
{
color: #092B86;
}
.AnyTagClassName
{
color: #092B86;
}
</style>
background-color css
<style>
a { background-color: #092B86; }
a { background-color: rgb(9,43,134); }
div.DivClassName
{
background-color: #092B86;
}
.BgClassName
{
background-color: #092B86;
}
</style>
border-color css
<style>
span { border-color: #092B86; }
span { border-color: rgb(9,43,134); }
td.TdClassName
{
border-color: #092B86;
}
.TagClassName
{
border-color: #092B86;
}
</style>