Shades of Smalt #09298A
Tints of Smalt #09298A
RGB
CMYK
RGB Variations
Color information
#09298A (or 0x09298A) is known color: Smalt. HEX triplet: 09, 29 and 8A. RGB value is (9,41,138). Sum of RGB (Red+Green+Blue) = 9+41+138=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #09298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09298A is #F6D675. Grayscale: #2A2A2A. Windows color (decimal): -16176758 or 9054473. OLE color: 9054473.
HSL color Cylindrical-coordinate representation of color #09298A: hue angle of 225.12º 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 #09298A is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 41 | 138 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.46 |
| HSL | 225.12º | 0.88% | 0.29% | - |
| HSV(B) | 225.12º | 0.93% | 0.54% | - |
| XYZ | 5.49 | 3.48 | 24.43 | - |
| YUV | 42.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 138 | 0.93 | 0.70 | 0 | 0.46 | 225.12 | 0.88 | 0.29 |
| Hex | 9 | 29 | 8A | 5D | 46 | 0 | 2E | E1 | 58 | 1D |
| Octal | 11 | 51 | 212 | 135 | 106 | 0 | 56 | 341 | 130 | 35 |
| Binary | 1001 | 101001 | 10001010 | 1011101 | 1000110 | 0 | 101110 | 11100001 | 1011000 | 11101 |
Color Harmonies of #09298A
Complementary color
Monochromatic Colors of #09298A
Black with #09298A
Text Example
Text Example
White with #09298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09298A; }
p { color: rgb(9,41,138); }
H1.HeaderClassName
{
color: #09298A;
}
.AnyTagClassName
{
color: #09298A;
}
</style>
background-color css
<style>
a { background-color: #09298A; }
a { background-color: rgb(9,41,138); }
div.DivClassName
{
background-color: #09298A;
}
.BgClassName
{
background-color: #09298A;
}
</style>
border-color css
<style>
span { border-color: #09298A; }
span { border-color: rgb(9,41,138); }
td.TdClassName
{
border-color: #09298A;
}
.TagClassName
{
border-color: #09298A;
}
</style>