Shades of Smalt #092F82
Tints of Smalt #092F82
RGB
CMYK
RGB Variations
Color information
#092F82 (or 0x092F82) is known color: Smalt. HEX triplet: 09, 2F and 82. RGB value is (9,47,130). Sum of RGB (Red+Green+Blue) = 9+47+130=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #092F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F82 is #F6D07D. Grayscale: #2C2C2C. Windows color (decimal): -16175230 or 8531721. OLE color: 8531721.
HSL color Cylindrical-coordinate representation of color #092F82: hue angle of 221.16º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F82 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 47 | 130 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.49 |
| HSL | 221.16º | 0.87% | 0.27% | - |
| HSV(B) | 221.16º | 0.93% | 0.51% | - |
| XYZ | 5.16 | 3.7 | 21.56 | - |
| YUV | 45.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 130 | 0.93 | 0.64 | 0 | 0.49 | 221.16 | 0.87 | 0.27 |
| Hex | 9 | 2F | 82 | 5D | 40 | 0 | 31 | DD | 57 | 1B |
| Octal | 11 | 57 | 202 | 135 | 100 | 0 | 61 | 335 | 127 | 33 |
| Binary | 1001 | 101111 | 10000010 | 1011101 | 1000000 | 0 | 110001 | 11011101 | 1010111 | 11011 |
Color Harmonies of #092F82
Complementary color
Monochromatic Colors of #092F82
Black with #092F82
Text Example
Text Example
White with #092F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F82; }
p { color: rgb(9,47,130); }
H1.HeaderClassName
{
color: #092F82;
}
.AnyTagClassName
{
color: #092F82;
}
</style>
background-color css
<style>
a { background-color: #092F82; }
a { background-color: rgb(9,47,130); }
div.DivClassName
{
background-color: #092F82;
}
.BgClassName
{
background-color: #092F82;
}
</style>
border-color css
<style>
span { border-color: #092F82; }
span { border-color: rgb(9,47,130); }
td.TdClassName
{
border-color: #092F82;
}
.TagClassName
{
border-color: #092F82;
}
</style>