Shades of Smalt #09358D
Tints of Smalt #09358D
RGB
CMYK
RGB Variations
Color information
#09358D (or 0x09358D) is known color: Smalt. HEX triplet: 09, 35 and 8D. RGB value is (9,53,141). Sum of RGB (Red+Green+Blue) = 9+53+141=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #09358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09358D is #F6CA72. Grayscale: #313131. Windows color (decimal): -16173683 or 9254153. OLE color: 9254153.
HSL color Cylindrical-coordinate representation of color #09358D: hue angle of 220º 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 #09358D is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 53 | 141 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.45 |
| HSL | 220º | 0.88% | 0.29% | - |
| HSV(B) | 220º | 0.94% | 0.55% | - |
| XYZ | 6.19 | 4.53 | 25.75 | - |
| YUV | 49.88 | 179.42 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 141 | 0.94 | 0.62 | 0 | 0.45 | 220 | 0.88 | 0.29 |
| Hex | 9 | 35 | 8D | 5E | 3E | 0 | 2D | DC | 58 | 1D |
| Octal | 11 | 65 | 215 | 136 | 76 | 0 | 55 | 334 | 130 | 35 |
| Binary | 1001 | 110101 | 10001101 | 1011110 | 111110 | 0 | 101101 | 11011100 | 1011000 | 11101 |
Color Harmonies of #09358D
Complementary color
Monochromatic Colors of #09358D
Black with #09358D
Text Example
Text Example
White with #09358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09358D; }
p { color: rgb(9,53,141); }
H1.HeaderClassName
{
color: #09358D;
}
.AnyTagClassName
{
color: #09358D;
}
</style>
background-color css
<style>
a { background-color: #09358D; }
a { background-color: rgb(9,53,141); }
div.DivClassName
{
background-color: #09358D;
}
.BgClassName
{
background-color: #09358D;
}
</style>
border-color css
<style>
span { border-color: #09358D; }
span { border-color: rgb(9,53,141); }
td.TdClassName
{
border-color: #09358D;
}
.TagClassName
{
border-color: #09358D;
}
</style>