Shades of Smalt #09278E
Tints of Smalt #09278E
RGB
CMYK
RGB Variations
Color information
#09278E (or 0x09278E) is known color: Smalt. HEX triplet: 09, 27 and 8E. RGB value is (9,39,142). Sum of RGB (Red+Green+Blue) = 9+39+142=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #09278E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09278E is #F6D871. Grayscale: #292929. Windows color (decimal): -16177266 or 9316105. OLE color: 9316105.
HSL color Cylindrical-coordinate representation of color #09278E: hue angle of 226.47º 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 #09278E is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 39 | 142 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.44 |
| HSL | 226.47º | 0.88% | 0.3% | - |
| HSV(B) | 226.47º | 0.94% | 0.56% | - |
| XYZ | 5.72 | 3.46 | 25.96 | - |
| YUV | 41.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 142 | 0.94 | 0.73 | 0 | 0.44 | 226.47 | 0.88 | 0.3 |
| Hex | 9 | 27 | 8E | 5E | 49 | 0 | 2C | E2 | 58 | 1E |
| Octal | 11 | 47 | 216 | 136 | 111 | 0 | 54 | 342 | 130 | 36 |
| Binary | 1001 | 100111 | 10001110 | 1011110 | 1001001 | 0 | 101100 | 11100010 | 1011000 | 11110 |
Color Harmonies of #09278E
Complementary color
Monochromatic Colors of #09278E
Black with #09278E
Text Example
Text Example
White with #09278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09278E; }
p { color: rgb(9,39,142); }
H1.HeaderClassName
{
color: #09278E;
}
.AnyTagClassName
{
color: #09278E;
}
</style>
background-color css
<style>
a { background-color: #09278E; }
a { background-color: rgb(9,39,142); }
div.DivClassName
{
background-color: #09278E;
}
.BgClassName
{
background-color: #09278E;
}
</style>
border-color css
<style>
span { border-color: #09278E; }
span { border-color: rgb(9,39,142); }
td.TdClassName
{
border-color: #09278E;
}
.TagClassName
{
border-color: #09278E;
}
</style>