Shades of Smalt #09348D
Tints of Smalt #09348D
RGB
CMYK
RGB Variations
Color information
#09348D (or 0x09348D) is known color: Smalt. HEX triplet: 09, 34 and 8D. RGB value is (9,52,141). Sum of RGB (Red+Green+Blue) = 9+52+141=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #09348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09348D is #F6CB72. Grayscale: #303030. Windows color (decimal): -16173939 or 9253897. OLE color: 9253897.
HSL color Cylindrical-coordinate representation of color #09348D: hue angle of 220.45º 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 #09348D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 52 | 141 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.45 |
| HSL | 220.45º | 0.88% | 0.29% | - |
| HSV(B) | 220.45º | 0.94% | 0.55% | - |
| XYZ | 6.15 | 4.44 | 25.73 | - |
| YUV | 49.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 141 | 0.94 | 0.63 | 0 | 0.45 | 220.45 | 0.88 | 0.29 |
| Hex | 9 | 34 | 8D | 5E | 3F | 0 | 2D | DC | 58 | 1D |
| Octal | 11 | 64 | 215 | 136 | 77 | 0 | 55 | 334 | 130 | 35 |
| Binary | 1001 | 110100 | 10001101 | 1011110 | 111111 | 0 | 101101 | 11011100 | 1011000 | 11101 |
Color Harmonies of #09348D
Complementary color
Monochromatic Colors of #09348D
Black with #09348D
Text Example
Text Example
White with #09348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09348D; }
p { color: rgb(9,52,141); }
H1.HeaderClassName
{
color: #09348D;
}
.AnyTagClassName
{
color: #09348D;
}
</style>
background-color css
<style>
a { background-color: #09348D; }
a { background-color: rgb(9,52,141); }
div.DivClassName
{
background-color: #09348D;
}
.BgClassName
{
background-color: #09348D;
}
</style>
border-color css
<style>
span { border-color: #09348D; }
span { border-color: rgb(9,52,141); }
td.TdClassName
{
border-color: #09348D;
}
.TagClassName
{
border-color: #09348D;
}
</style>