Shades of Smalt #08358A
Tints of Smalt #08358A
RGB
CMYK
RGB Variations
Color information
#08358A (or 0x08358A) is known color: Smalt. HEX triplet: 08, 35 and 8A. RGB value is (8,53,138). Sum of RGB (Red+Green+Blue) = 8+53+138=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #08358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08358A is #F7CA75. Grayscale: #303030. Windows color (decimal): -16239222 or 9057544. OLE color: 9057544.
HSL color Cylindrical-coordinate representation of color #08358A: hue angle of 219.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08358A is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 53 | 138 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.46 |
| HSL | 219.23º | 0.89% | 0.29% | - |
| HSV(B) | 219.23º | 0.94% | 0.54% | - |
| XYZ | 5.96 | 4.43 | 24.59 | - |
| YUV | 49.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 138 | 0.94 | 0.62 | 0 | 0.46 | 219.23 | 0.89 | 0.29 |
| Hex | 8 | 35 | 8A | 5E | 3E | 0 | 2E | DB | 59 | 1D |
| Octal | 10 | 65 | 212 | 136 | 76 | 0 | 56 | 333 | 131 | 35 |
| Binary | 1000 | 110101 | 10001010 | 1011110 | 111110 | 0 | 101110 | 11011011 | 1011001 | 11101 |
Color Harmonies of #08358A
Complementary color
Monochromatic Colors of #08358A
Black with #08358A
Text Example
Text Example
White with #08358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08358A; }
p { color: rgb(8,53,138); }
H1.HeaderClassName
{
color: #08358A;
}
.AnyTagClassName
{
color: #08358A;
}
</style>
background-color css
<style>
a { background-color: #08358A; }
a { background-color: rgb(8,53,138); }
div.DivClassName
{
background-color: #08358A;
}
.BgClassName
{
background-color: #08358A;
}
</style>
border-color css
<style>
span { border-color: #08358A; }
span { border-color: rgb(8,53,138); }
td.TdClassName
{
border-color: #08358A;
}
.TagClassName
{
border-color: #08358A;
}
</style>