Shades of Smalt #09419C
Tints of Smalt #09419C
RGB
CMYK
RGB Variations
Color information
#09419C (or 0x09419C) is known color: Smalt. HEX triplet: 09, 41 and 9C. RGB value is (9,65,156). Sum of RGB (Red+Green+Blue) = 9+65+156=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #09419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09419C is #F6BE63. Grayscale: #3A3A3A. Windows color (decimal): -16170596 or 10240265. OLE color: 10240265.
HSL color Cylindrical-coordinate representation of color #09419C: hue angle of 217.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09419C is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 65 | 156 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.39 |
| HSL | 217.14º | 0.89% | 0.32% | - |
| HSV(B) | 217.14º | 0.94% | 0.61% | - |
| XYZ | 8 | 6.24 | 32.23 | - |
| YUV | 58.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 156 | 0.94 | 0.58 | 0 | 0.39 | 217.14 | 0.89 | 0.32 |
| Hex | 9 | 41 | 9C | 5E | 3A | 0 | 27 | D9 | 59 | 20 |
| Octal | 11 | 101 | 234 | 136 | 72 | 0 | 47 | 331 | 131 | 40 |
| Binary | 1001 | 1000001 | 10011100 | 1011110 | 111010 | 0 | 100111 | 11011001 | 1011001 | 100000 |
Color Harmonies of #09419C
Complementary color
Monochromatic Colors of #09419C
Black with #09419C
Text Example
Text Example
White with #09419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09419C; }
p { color: rgb(9,65,156); }
H1.HeaderClassName
{
color: #09419C;
}
.AnyTagClassName
{
color: #09419C;
}
</style>
background-color css
<style>
a { background-color: #09419C; }
a { background-color: rgb(9,65,156); }
div.DivClassName
{
background-color: #09419C;
}
.BgClassName
{
background-color: #09419C;
}
</style>
border-color css
<style>
span { border-color: #09419C; }
span { border-color: rgb(9,65,156); }
td.TdClassName
{
border-color: #09419C;
}
.TagClassName
{
border-color: #09419C;
}
</style>