Shades of Smalt #09348F
Tints of Smalt #09348F
RGB
CMYK
RGB Variations
Color information
#09348F (or 0x09348F) is known color: Smalt. HEX triplet: 09, 34 and 8F. RGB value is (9,52,143). Sum of RGB (Red+Green+Blue) = 9+52+143=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #09348F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09348F is #F6CB70. Grayscale: #313131. Windows color (decimal): -16173937 or 9384969. OLE color: 9384969.
HSL color Cylindrical-coordinate representation of color #09348F: hue angle of 220.75º 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 #09348F is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 52 | 143 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.44 |
| HSL | 220.75º | 0.88% | 0.3% | - |
| HSV(B) | 220.75º | 0.94% | 0.56% | - |
| XYZ | 6.3 | 4.5 | 26.52 | - |
| YUV | 49.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 143 | 0.94 | 0.64 | 0 | 0.44 | 220.75 | 0.88 | 0.3 |
| Hex | 9 | 34 | 8F | 5E | 40 | 0 | 2C | DD | 58 | 1E |
| Octal | 11 | 64 | 217 | 136 | 100 | 0 | 54 | 335 | 130 | 36 |
| Binary | 1001 | 110100 | 10001111 | 1011110 | 1000000 | 0 | 101100 | 11011101 | 1011000 | 11110 |
Color Harmonies of #09348F
Complementary color
Monochromatic Colors of #09348F
Black with #09348F
Text Example
Text Example
White with #09348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09348F; }
p { color: rgb(9,52,143); }
H1.HeaderClassName
{
color: #09348F;
}
.AnyTagClassName
{
color: #09348F;
}
</style>
background-color css
<style>
a { background-color: #09348F; }
a { background-color: rgb(9,52,143); }
div.DivClassName
{
background-color: #09348F;
}
.BgClassName
{
background-color: #09348F;
}
</style>
border-color css
<style>
span { border-color: #09348F; }
span { border-color: rgb(9,52,143); }
td.TdClassName
{
border-color: #09348F;
}
.TagClassName
{
border-color: #09348F;
}
</style>