Shades of Smalt #09288C
Tints of Smalt #09288C
RGB
CMYK
RGB Variations
Color information
#09288C (or 0x09288C) is known color: Smalt. HEX triplet: 09, 28 and 8C. RGB value is (9,40,140). Sum of RGB (Red+Green+Blue) = 9+40+140=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #09288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09288C is #F6D773. Grayscale: #292929. Windows color (decimal): -16177012 or 9185289. OLE color: 9185289.
HSL color Cylindrical-coordinate representation of color #09288C: hue angle of 225.8º 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 #09288C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 40 | 140 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225.8º | 0.88% | 0.29% | - |
| HSV(B) | 225.8º | 0.94% | 0.55% | - |
| XYZ | 5.61 | 3.47 | 25.19 | - |
| YUV | 42.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 140 | 0.94 | 0.71 | 0 | 0.45 | 225.8 | 0.88 | 0.29 |
| Hex | 9 | 28 | 8C | 5E | 47 | 0 | 2D | E2 | 58 | 1D |
| Octal | 11 | 50 | 214 | 136 | 107 | 0 | 55 | 342 | 130 | 35 |
| Binary | 1001 | 101000 | 10001100 | 1011110 | 1000111 | 0 | 101101 | 11100010 | 1011000 | 11101 |
Color Harmonies of #09288C
Complementary color
Monochromatic Colors of #09288C
Black with #09288C
Text Example
Text Example
White with #09288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09288C; }
p { color: rgb(9,40,140); }
H1.HeaderClassName
{
color: #09288C;
}
.AnyTagClassName
{
color: #09288C;
}
</style>
background-color css
<style>
a { background-color: #09288C; }
a { background-color: rgb(9,40,140); }
div.DivClassName
{
background-color: #09288C;
}
.BgClassName
{
background-color: #09288C;
}
</style>
border-color css
<style>
span { border-color: #09288C; }
span { border-color: rgb(9,40,140); }
td.TdClassName
{
border-color: #09288C;
}
.TagClassName
{
border-color: #09288C;
}
</style>