Shades of Smalt #08298D
Tints of Smalt #08298D
RGB
CMYK
RGB Variations
Color information
#08298D (or 0x08298D) is known color: Smalt. HEX triplet: 08, 29 and 8D. RGB value is (8,41,141). Sum of RGB (Red+Green+Blue) = 8+41+141=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #08298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08298D is #F7D672. Grayscale: #2A2A2A. Windows color (decimal): -16242291 or 9251080. OLE color: 9251080.
HSL color Cylindrical-coordinate representation of color #08298D: hue angle of 225.11º 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 #08298D is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 41 | 141 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225.11º | 0.89% | 0.29% | - |
| HSV(B) | 225.11º | 0.94% | 0.55% | - |
| XYZ | 5.7 | 3.56 | 25.59 | - |
| YUV | 42.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 141 | 0.94 | 0.71 | 0 | 0.45 | 225.11 | 0.89 | 0.29 |
| Hex | 8 | 29 | 8D | 5E | 47 | 0 | 2D | E1 | 59 | 1D |
| Octal | 10 | 51 | 215 | 136 | 107 | 0 | 55 | 341 | 131 | 35 |
| Binary | 1000 | 101001 | 10001101 | 1011110 | 1000111 | 0 | 101101 | 11100001 | 1011001 | 11101 |
Color Harmonies of #08298D
Complementary color
Monochromatic Colors of #08298D
Black with #08298D
Text Example
Text Example
White with #08298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08298D; }
p { color: rgb(8,41,141); }
H1.HeaderClassName
{
color: #08298D;
}
.AnyTagClassName
{
color: #08298D;
}
</style>
background-color css
<style>
a { background-color: #08298D; }
a { background-color: rgb(8,41,141); }
div.DivClassName
{
background-color: #08298D;
}
.BgClassName
{
background-color: #08298D;
}
</style>
border-color css
<style>
span { border-color: #08298D; }
span { border-color: rgb(8,41,141); }
td.TdClassName
{
border-color: #08298D;
}
.TagClassName
{
border-color: #08298D;
}
</style>