Shades of Smalt #09258E
Tints of Smalt #09258E
RGB
CMYK
RGB Variations
Color information
#09258E (or 0x09258E) is known color: Smalt. HEX triplet: 09, 25 and 8E. RGB value is (9,37,142). Sum of RGB (Red+Green+Blue) = 9+37+142=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #09258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09258E is #F6DA71. Grayscale: #282828. Windows color (decimal): -16177778 or 9315593. OLE color: 9315593.
HSL color Cylindrical-coordinate representation of color #09258E: hue angle of 227.37º 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 #09258E is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 37 | 142 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.44 |
| HSL | 227.37º | 0.88% | 0.3% | - |
| HSV(B) | 227.37º | 0.94% | 0.56% | - |
| XYZ | 5.66 | 3.33 | 25.94 | - |
| YUV | 40.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 142 | 0.94 | 0.74 | 0 | 0.44 | 227.37 | 0.88 | 0.3 |
| Hex | 9 | 25 | 8E | 5E | 4A | 0 | 2C | E3 | 58 | 1E |
| Octal | 11 | 45 | 216 | 136 | 112 | 0 | 54 | 343 | 130 | 36 |
| Binary | 1001 | 100101 | 10001110 | 1011110 | 1001010 | 0 | 101100 | 11100011 | 1011000 | 11110 |
Color Harmonies of #09258E
Complementary color
Monochromatic Colors of #09258E
Black with #09258E
Text Example
Text Example
White with #09258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09258E; }
p { color: rgb(9,37,142); }
H1.HeaderClassName
{
color: #09258E;
}
.AnyTagClassName
{
color: #09258E;
}
</style>
background-color css
<style>
a { background-color: #09258E; }
a { background-color: rgb(9,37,142); }
div.DivClassName
{
background-color: #09258E;
}
.BgClassName
{
background-color: #09258E;
}
</style>
border-color css
<style>
span { border-color: #09258E; }
span { border-color: rgb(9,37,142); }
td.TdClassName
{
border-color: #09258E;
}
.TagClassName
{
border-color: #09258E;
}
</style>