Shades of Smalt #092F8D
Tints of Smalt #092F8D
RGB
CMYK
RGB Variations
Color information
#092F8D (or 0x092F8D) is known color: Smalt. HEX triplet: 09, 2F and 8D. RGB value is (9,47,141). Sum of RGB (Red+Green+Blue) = 9+47+141=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #092F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F8D is #F6D072. Grayscale: #2D2D2D. Windows color (decimal): -16175219 or 9252617. OLE color: 9252617.
HSL color Cylindrical-coordinate representation of color #092F8D: hue angle of 222.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092F8D is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 47 | 141 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.45 |
| HSL | 222.73º | 0.88% | 0.29% | - |
| HSV(B) | 222.73º | 0.94% | 0.55% | - |
| XYZ | 5.94 | 4.01 | 25.66 | - |
| YUV | 46.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 141 | 0.94 | 0.67 | 0 | 0.45 | 222.73 | 0.88 | 0.29 |
| Hex | 9 | 2F | 8D | 5E | 43 | 0 | 2D | DF | 58 | 1D |
| Octal | 11 | 57 | 215 | 136 | 103 | 0 | 55 | 337 | 130 | 35 |
| Binary | 1001 | 101111 | 10001101 | 1011110 | 1000011 | 0 | 101101 | 11011111 | 1011000 | 11101 |
Color Harmonies of #092F8D
Complementary color
Monochromatic Colors of #092F8D
Black with #092F8D
Text Example
Text Example
White with #092F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F8D; }
p { color: rgb(9,47,141); }
H1.HeaderClassName
{
color: #092F8D;
}
.AnyTagClassName
{
color: #092F8D;
}
</style>
background-color css
<style>
a { background-color: #092F8D; }
a { background-color: rgb(9,47,141); }
div.DivClassName
{
background-color: #092F8D;
}
.BgClassName
{
background-color: #092F8D;
}
</style>
border-color css
<style>
span { border-color: #092F8D; }
span { border-color: rgb(9,47,141); }
td.TdClassName
{
border-color: #092F8D;
}
.TagClassName
{
border-color: #092F8D;
}
</style>