Shades of Smalt #09298B
Tints of Smalt #09298B
RGB
CMYK
RGB Variations
Color information
#09298B (or 0x09298B) is known color: Smalt. HEX triplet: 09, 29 and 8B. RGB value is (9,41,139). Sum of RGB (Red+Green+Blue) = 9+41+139=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #09298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09298B is #F6D674. Grayscale: #2A2A2A. Windows color (decimal): -16176757 or 9120009. OLE color: 9120009.
HSL color Cylindrical-coordinate representation of color #09298B: hue angle of 225.23º 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 #09298B is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 41 | 139 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225.23º | 0.88% | 0.29% | - |
| HSV(B) | 225.23º | 0.94% | 0.55% | - |
| XYZ | 5.57 | 3.51 | 24.81 | - |
| YUV | 42.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 139 | 0.94 | 0.71 | 0 | 0.45 | 225.23 | 0.88 | 0.29 |
| Hex | 9 | 29 | 8B | 5E | 47 | 0 | 2D | E1 | 58 | 1D |
| Octal | 11 | 51 | 213 | 136 | 107 | 0 | 55 | 341 | 130 | 35 |
| Binary | 1001 | 101001 | 10001011 | 1011110 | 1000111 | 0 | 101101 | 11100001 | 1011000 | 11101 |
Color Harmonies of #09298B
Complementary color
Monochromatic Colors of #09298B
Black with #09298B
Text Example
Text Example
White with #09298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09298B; }
p { color: rgb(9,41,139); }
H1.HeaderClassName
{
color: #09298B;
}
.AnyTagClassName
{
color: #09298B;
}
</style>
background-color css
<style>
a { background-color: #09298B; }
a { background-color: rgb(9,41,139); }
div.DivClassName
{
background-color: #09298B;
}
.BgClassName
{
background-color: #09298B;
}
</style>
border-color css
<style>
span { border-color: #09298B; }
span { border-color: rgb(9,41,139); }
td.TdClassName
{
border-color: #09298B;
}
.TagClassName
{
border-color: #09298B;
}
</style>