Shades of Smalt #08288E
Tints of Smalt #08288E
RGB
CMYK
RGB Variations
Color information
#08288E (or 0x08288E) is known color: Smalt. HEX triplet: 08, 28 and 8E. RGB value is (8,40,142). Sum of RGB (Red+Green+Blue) = 8+40+142=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #08288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08288E is #F7D771. Grayscale: #292929. Windows color (decimal): -16242546 or 9316360. OLE color: 9316360.
HSL color Cylindrical-coordinate representation of color #08288E: hue angle of 225.67º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08288E is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 40 | 142 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.44 |
| HSL | 225.67º | 0.89% | 0.29% | - |
| HSV(B) | 225.67º | 0.94% | 0.56% | - |
| XYZ | 5.74 | 3.52 | 25.97 | - |
| YUV | 42.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 142 | 0.94 | 0.72 | 0 | 0.44 | 225.67 | 0.89 | 0.29 |
| Hex | 8 | 28 | 8E | 5E | 48 | 0 | 2C | E2 | 59 | 1D |
| Octal | 10 | 50 | 216 | 136 | 110 | 0 | 54 | 342 | 131 | 35 |
| Binary | 1000 | 101000 | 10001110 | 1011110 | 1001000 | 0 | 101100 | 11100010 | 1011001 | 11101 |
Color Harmonies of #08288E
Complementary color
Monochromatic Colors of #08288E
Black with #08288E
Text Example
Text Example
White with #08288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08288E; }
p { color: rgb(8,40,142); }
H1.HeaderClassName
{
color: #08288E;
}
.AnyTagClassName
{
color: #08288E;
}
</style>
background-color css
<style>
a { background-color: #08288E; }
a { background-color: rgb(8,40,142); }
div.DivClassName
{
background-color: #08288E;
}
.BgClassName
{
background-color: #08288E;
}
</style>
border-color css
<style>
span { border-color: #08288E; }
span { border-color: rgb(8,40,142); }
td.TdClassName
{
border-color: #08288E;
}
.TagClassName
{
border-color: #08288E;
}
</style>