Shades of Smalt #09359A
Tints of Smalt #09359A
RGB
CMYK
RGB Variations
Color information
#09359A (or 0x09359A) is known color: Smalt. HEX triplet: 09, 35 and 9A. RGB value is (9,53,154). Sum of RGB (Red+Green+Blue) = 9+53+154=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #09359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09359A is #F6CA65. Grayscale: #323232. Windows color (decimal): -16173670 or 10106121. OLE color: 10106121.
HSL color Cylindrical-coordinate representation of color #09359A: hue angle of 221.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09359A is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 53 | 154 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.40 |
| HSL | 221.79º | 0.89% | 0.32% | - |
| HSV(B) | 221.79º | 0.94% | 0.6% | - |
| XYZ | 7.22 | 4.94 | 31.14 | - |
| YUV | 51.36 | 185.92 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 154 | 0.94 | 0.66 | 0 | 0.40 | 221.79 | 0.89 | 0.32 |
| Hex | 9 | 35 | 9A | 5E | 42 | 0 | 28 | DE | 59 | 20 |
| Octal | 11 | 65 | 232 | 136 | 102 | 0 | 50 | 336 | 131 | 40 |
| Binary | 1001 | 110101 | 10011010 | 1011110 | 1000010 | 0 | 101000 | 11011110 | 1011001 | 100000 |
Color Harmonies of #09359A
Complementary color
Monochromatic Colors of #09359A
Black with #09359A
Text Example
Text Example
White with #09359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09359A; }
p { color: rgb(9,53,154); }
H1.HeaderClassName
{
color: #09359A;
}
.AnyTagClassName
{
color: #09359A;
}
</style>
background-color css
<style>
a { background-color: #09359A; }
a { background-color: rgb(9,53,154); }
div.DivClassName
{
background-color: #09359A;
}
.BgClassName
{
background-color: #09359A;
}
</style>
border-color css
<style>
span { border-color: #09359A; }
span { border-color: rgb(9,53,154); }
td.TdClassName
{
border-color: #09359A;
}
.TagClassName
{
border-color: #09359A;
}
</style>