Shades of Smalt #08288B
Tints of Smalt #08288B
RGB
CMYK
RGB Variations
Color information
#08288B (or 0x08288B) is known color: Smalt. HEX triplet: 08, 28 and 8B. RGB value is (8,40,139). Sum of RGB (Red+Green+Blue) = 8+40+139=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #08288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08288B is #F7D774. Grayscale: #292929. Windows color (decimal): -16242549 or 9119752. OLE color: 9119752.
HSL color Cylindrical-coordinate representation of color #08288B: hue angle of 225.34º degrees, saturation: 0.89, 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 #08288B is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 40 | 139 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225.34º | 0.89% | 0.29% | - |
| HSV(B) | 225.34º | 0.94% | 0.55% | - |
| XYZ | 5.52 | 3.43 | 24.8 | - |
| YUV | 41.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 139 | 0.94 | 0.71 | 0 | 0.45 | 225.34 | 0.89 | 0.29 |
| Hex | 8 | 28 | 8B | 5E | 47 | 0 | 2D | E1 | 59 | 1D |
| Octal | 10 | 50 | 213 | 136 | 107 | 0 | 55 | 341 | 131 | 35 |
| Binary | 1000 | 101000 | 10001011 | 1011110 | 1000111 | 0 | 101101 | 11100001 | 1011001 | 11101 |
Color Harmonies of #08288B
Complementary color
Monochromatic Colors of #08288B
Black with #08288B
Text Example
Text Example
White with #08288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08288B; }
p { color: rgb(8,40,139); }
H1.HeaderClassName
{
color: #08288B;
}
.AnyTagClassName
{
color: #08288B;
}
</style>
background-color css
<style>
a { background-color: #08288B; }
a { background-color: rgb(8,40,139); }
div.DivClassName
{
background-color: #08288B;
}
.BgClassName
{
background-color: #08288B;
}
</style>
border-color css
<style>
span { border-color: #08288B; }
span { border-color: rgb(8,40,139); }
td.TdClassName
{
border-color: #08288B;
}
.TagClassName
{
border-color: #08288B;
}
</style>