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