Shades of Smalt #092F89
Tints of Smalt #092F89
RGB
CMYK
RGB Variations
Color information
#092F89 (or 0x092F89) is known color: Smalt. HEX triplet: 09, 2F and 89. RGB value is (9,47,137). Sum of RGB (Red+Green+Blue) = 9+47+137=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #092F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F89 is #F6D076. Grayscale: #2D2D2D. Windows color (decimal): -16175223 or 8990473. OLE color: 8990473.
HSL color Cylindrical-coordinate representation of color #092F89: hue angle of 222.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F89 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 47 | 137 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.46 |
| HSL | 222.19º | 0.88% | 0.29% | - |
| HSV(B) | 222.19º | 0.93% | 0.54% | - |
| XYZ | 5.64 | 3.9 | 24.12 | - |
| YUV | 45.9 | 179.41 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 137 | 0.93 | 0.66 | 0 | 0.46 | 222.19 | 0.88 | 0.29 |
| Hex | 9 | 2F | 89 | 5D | 42 | 0 | 2E | DE | 58 | 1D |
| Octal | 11 | 57 | 211 | 135 | 102 | 0 | 56 | 336 | 130 | 35 |
| Binary | 1001 | 101111 | 10001001 | 1011101 | 1000010 | 0 | 101110 | 11011110 | 1011000 | 11101 |
Color Harmonies of #092F89
Complementary color
Monochromatic Colors of #092F89
Black with #092F89
Text Example
Text Example
White with #092F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F89; }
p { color: rgb(9,47,137); }
H1.HeaderClassName
{
color: #092F89;
}
.AnyTagClassName
{
color: #092F89;
}
</style>
background-color css
<style>
a { background-color: #092F89; }
a { background-color: rgb(9,47,137); }
div.DivClassName
{
background-color: #092F89;
}
.BgClassName
{
background-color: #092F89;
}
</style>
border-color css
<style>
span { border-color: #092F89; }
span { border-color: rgb(9,47,137); }
td.TdClassName
{
border-color: #092F89;
}
.TagClassName
{
border-color: #092F89;
}
</style>