Shades of Smalt #08298C
Tints of Smalt #08298C
RGB
CMYK
RGB Variations
Color information
#08298C (or 0x08298C) is known color: Smalt. HEX triplet: 08, 29 and 8C. RGB value is (8,41,140). Sum of RGB (Red+Green+Blue) = 8+41+140=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 41 (16.41% from 255 or 21.69% 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 #08298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08298C is #F7D673. Grayscale: #292929. Windows color (decimal): -16242292 or 9185544. OLE color: 9185544.
HSL color Cylindrical-coordinate representation of color #08298C: hue angle of 225º 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 #08298C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 41 | 140 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225º | 0.89% | 0.29% | - |
| HSV(B) | 225º | 0.94% | 0.55% | - |
| XYZ | 5.63 | 3.53 | 25.2 | - |
| YUV | 42.42 | 183.07 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 140 | 0.94 | 0.71 | 0 | 0.45 | 225 | 0.89 | 0.29 |
| Hex | 8 | 29 | 8C | 5E | 47 | 0 | 2D | E1 | 59 | 1D |
| Octal | 10 | 51 | 214 | 136 | 107 | 0 | 55 | 341 | 131 | 35 |
| Binary | 1000 | 101001 | 10001100 | 1011110 | 1000111 | 0 | 101101 | 11100001 | 1011001 | 11101 |
Color Harmonies of #08298C
Complementary color
Monochromatic Colors of #08298C
Black with #08298C
Text Example
Text Example
White with #08298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08298C; }
p { color: rgb(8,41,140); }
H1.HeaderClassName
{
color: #08298C;
}
.AnyTagClassName
{
color: #08298C;
}
</style>
background-color css
<style>
a { background-color: #08298C; }
a { background-color: rgb(8,41,140); }
div.DivClassName
{
background-color: #08298C;
}
.BgClassName
{
background-color: #08298C;
}
</style>
border-color css
<style>
span { border-color: #08298C; }
span { border-color: rgb(8,41,140); }
td.TdClassName
{
border-color: #08298C;
}
.TagClassName
{
border-color: #08298C;
}
</style>