Shades of Smalt #092F8B
Tints of Smalt #092F8B
RGB
CMYK
RGB Variations
Color information
#092F8B (or 0x092F8B) is known color: Smalt. HEX triplet: 09, 2F and 8B. RGB value is (9,47,139). Sum of RGB (Red+Green+Blue) = 9+47+139=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #092F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F8B is #F6D074. Grayscale: #2D2D2D. Windows color (decimal): -16175221 or 9121545. OLE color: 9121545.
HSL color Cylindrical-coordinate representation of color #092F8B: hue angle of 222.46º 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 #092F8B is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 47 | 139 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.45 |
| HSL | 222.46º | 0.88% | 0.29% | - |
| HSV(B) | 222.46º | 0.94% | 0.55% | - |
| XYZ | 5.79 | 3.96 | 24.88 | - |
| YUV | 46.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 139 | 0.94 | 0.66 | 0 | 0.45 | 222.46 | 0.88 | 0.29 |
| Hex | 9 | 2F | 8B | 5E | 42 | 0 | 2D | DE | 58 | 1D |
| Octal | 11 | 57 | 213 | 136 | 102 | 0 | 55 | 336 | 130 | 35 |
| Binary | 1001 | 101111 | 10001011 | 1011110 | 1000010 | 0 | 101101 | 11011110 | 1011000 | 11101 |
Color Harmonies of #092F8B
Complementary color
Monochromatic Colors of #092F8B
Black with #092F8B
Text Example
Text Example
White with #092F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F8B; }
p { color: rgb(9,47,139); }
H1.HeaderClassName
{
color: #092F8B;
}
.AnyTagClassName
{
color: #092F8B;
}
</style>
background-color css
<style>
a { background-color: #092F8B; }
a { background-color: rgb(9,47,139); }
div.DivClassName
{
background-color: #092F8B;
}
.BgClassName
{
background-color: #092F8B;
}
</style>
border-color css
<style>
span { border-color: #092F8B; }
span { border-color: rgb(9,47,139); }
td.TdClassName
{
border-color: #092F8B;
}
.TagClassName
{
border-color: #092F8B;
}
</style>