Shades of Smalt #092F88
Tints of Smalt #092F88
RGB
CMYK
RGB Variations
Color information
#092F88 (or 0x092F88) is known color: Smalt. HEX triplet: 09, 2F and 88. RGB value is (9,47,136). Sum of RGB (Red+Green+Blue) = 9+47+136=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #092F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F88 is #F6D077. Grayscale: #2D2D2D. Windows color (decimal): -16175224 or 8924937. OLE color: 8924937.
HSL color Cylindrical-coordinate representation of color #092F88: hue angle of 222.05º degrees, saturation: 0.88, 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 #092F88 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 47 | 136 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.47 |
| HSL | 222.05º | 0.88% | 0.28% | - |
| HSV(B) | 222.05º | 0.93% | 0.53% | - |
| XYZ | 5.57 | 3.87 | 23.75 | - |
| YUV | 45.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 136 | 0.93 | 0.65 | 0 | 0.47 | 222.05 | 0.88 | 0.28 |
| Hex | 9 | 2F | 88 | 5D | 41 | 0 | 2F | DE | 58 | 1C |
| Octal | 11 | 57 | 210 | 135 | 101 | 0 | 57 | 336 | 130 | 34 |
| Binary | 1001 | 101111 | 10001000 | 1011101 | 1000001 | 0 | 101111 | 11011110 | 1011000 | 11100 |
Color Harmonies of #092F88
Complementary color
Monochromatic Colors of #092F88
Black with #092F88
Text Example
Text Example
White with #092F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F88; }
p { color: rgb(9,47,136); }
H1.HeaderClassName
{
color: #092F88;
}
.AnyTagClassName
{
color: #092F88;
}
</style>
background-color css
<style>
a { background-color: #092F88; }
a { background-color: rgb(9,47,136); }
div.DivClassName
{
background-color: #092F88;
}
.BgClassName
{
background-color: #092F88;
}
</style>
border-color css
<style>
span { border-color: #092F88; }
span { border-color: rgb(9,47,136); }
td.TdClassName
{
border-color: #092F88;
}
.TagClassName
{
border-color: #092F88;
}
</style>