Shades of Smalt #09358E
Tints of Smalt #09358E
RGB
CMYK
RGB Variations
Color information
#09358E (or 0x09358E) is known color: Smalt. HEX triplet: 09, 35 and 8E. RGB value is (9,53,142). Sum of RGB (Red+Green+Blue) = 9+53+142=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #09358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09358E is #F6CA71. Grayscale: #313131. Windows color (decimal): -16173682 or 9319689. OLE color: 9319689.
HSL color Cylindrical-coordinate representation of color #09358E: hue angle of 220.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09358E is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 53 | 142 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.44 |
| HSL | 220.15º | 0.88% | 0.3% | - |
| HSV(B) | 220.15º | 0.94% | 0.56% | - |
| XYZ | 6.27 | 4.56 | 26.14 | - |
| YUV | 49.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 142 | 0.94 | 0.63 | 0 | 0.44 | 220.15 | 0.88 | 0.3 |
| Hex | 9 | 35 | 8E | 5E | 3F | 0 | 2C | DC | 58 | 1E |
| Octal | 11 | 65 | 216 | 136 | 77 | 0 | 54 | 334 | 130 | 36 |
| Binary | 1001 | 110101 | 10001110 | 1011110 | 111111 | 0 | 101100 | 11011100 | 1011000 | 11110 |
Color Harmonies of #09358E
Complementary color
Monochromatic Colors of #09358E
Black with #09358E
Text Example
Text Example
White with #09358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09358E; }
p { color: rgb(9,53,142); }
H1.HeaderClassName
{
color: #09358E;
}
.AnyTagClassName
{
color: #09358E;
}
</style>
background-color css
<style>
a { background-color: #09358E; }
a { background-color: rgb(9,53,142); }
div.DivClassName
{
background-color: #09358E;
}
.BgClassName
{
background-color: #09358E;
}
</style>
border-color css
<style>
span { border-color: #09358E; }
span { border-color: rgb(9,53,142); }
td.TdClassName
{
border-color: #09358E;
}
.TagClassName
{
border-color: #09358E;
}
</style>