Shades of Smalt #082188
Tints of Smalt #082188
RGB
CMYK
RGB Variations
Color information
#082188 (or 0x082188) is known color: Smalt. HEX triplet: 08, 21 and 88. RGB value is (8,33,136). Sum of RGB (Red+Green+Blue) = 8+33+136=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #082188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082188 is #F7DE77. Grayscale: #242424. Windows color (decimal): -16244344 or 8921352. OLE color: 8921352.
HSL color Cylindrical-coordinate representation of color #082188: hue angle of 228.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082188 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 33 | 136 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.47 |
| HSL | 228.28º | 0.89% | 0.28% | - |
| HSV(B) | 228.28º | 0.94% | 0.53% | - |
| XYZ | 5.09 | 2.92 | 23.59 | - |
| YUV | 37.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 136 | 0.94 | 0.76 | 0 | 0.47 | 228.28 | 0.89 | 0.28 |
| Hex | 8 | 21 | 88 | 5E | 4C | 0 | 2F | E4 | 59 | 1C |
| Octal | 10 | 41 | 210 | 136 | 114 | 0 | 57 | 344 | 131 | 34 |
| Binary | 1000 | 100001 | 10001000 | 1011110 | 1001100 | 0 | 101111 | 11100100 | 1011001 | 11100 |
Color Harmonies of #082188
Complementary color
Monochromatic Colors of #082188
Black with #082188
Text Example
Text Example
White with #082188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082188; }
p { color: rgb(8,33,136); }
H1.HeaderClassName
{
color: #082188;
}
.AnyTagClassName
{
color: #082188;
}
</style>
background-color css
<style>
a { background-color: #082188; }
a { background-color: rgb(8,33,136); }
div.DivClassName
{
background-color: #082188;
}
.BgClassName
{
background-color: #082188;
}
</style>
border-color css
<style>
span { border-color: #082188; }
span { border-color: rgb(8,33,136); }
td.TdClassName
{
border-color: #082188;
}
.TagClassName
{
border-color: #082188;
}
</style>