Shades of Smalt #08358E
Tints of Smalt #08358E
RGB
CMYK
RGB Variations
Color information
#08358E (or 0x08358E) is known color: Smalt. HEX triplet: 08, 35 and 8E. RGB value is (8,53,142). Sum of RGB (Red+Green+Blue) = 8+53+142=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #08358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08358E is #F7CA71. Grayscale: #313131. Windows color (decimal): -16239218 or 9319688. OLE color: 9319688.
HSL color Cylindrical-coordinate representation of color #08358E: hue angle of 219.85º 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 #08358E is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 53 | 142 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.44 |
| HSL | 219.85º | 0.89% | 0.29% | - |
| HSV(B) | 219.85º | 0.94% | 0.56% | - |
| XYZ | 6.26 | 4.55 | 26.14 | - |
| YUV | 49.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 142 | 0.94 | 0.63 | 0 | 0.44 | 219.85 | 0.89 | 0.29 |
| Hex | 8 | 35 | 8E | 5E | 3F | 0 | 2C | DC | 59 | 1D |
| Octal | 10 | 65 | 216 | 136 | 77 | 0 | 54 | 334 | 131 | 35 |
| Binary | 1000 | 110101 | 10001110 | 1011110 | 111111 | 0 | 101100 | 11011100 | 1011001 | 11101 |
Color Harmonies of #08358E
Complementary color
Monochromatic Colors of #08358E
Black with #08358E
Text Example
Text Example
White with #08358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08358E; }
p { color: rgb(8,53,142); }
H1.HeaderClassName
{
color: #08358E;
}
.AnyTagClassName
{
color: #08358E;
}
</style>
background-color css
<style>
a { background-color: #08358E; }
a { background-color: rgb(8,53,142); }
div.DivClassName
{
background-color: #08358E;
}
.BgClassName
{
background-color: #08358E;
}
</style>
border-color css
<style>
span { border-color: #08358E; }
span { border-color: rgb(8,53,142); }
td.TdClassName
{
border-color: #08358E;
}
.TagClassName
{
border-color: #08358E;
}
</style>