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