Shades of Smalt #084197
Tints of Smalt #084197
RGB
CMYK
RGB Variations
Color information
#084197 (or 0x084197) is known color: Smalt. HEX triplet: 08, 41 and 97. RGB value is (8,65,151). Sum of RGB (Red+Green+Blue) = 8+65+151=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #084197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084197 is #F7BE68. Grayscale: #393939. Windows color (decimal): -16236137 or 9912584. OLE color: 9912584.
HSL color Cylindrical-coordinate representation of color #084197: hue angle of 216.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084197 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 65 | 151 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.41 |
| HSL | 216.08º | 0.9% | 0.31% | - |
| HSV(B) | 216.08º | 0.95% | 0.59% | - |
| XYZ | 7.58 | 6.07 | 30.05 | - |
| YUV | 57.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 151 | 0.95 | 0.57 | 0 | 0.41 | 216.08 | 0.9 | 0.31 |
| Hex | 8 | 41 | 97 | 5F | 39 | 0 | 29 | D8 | 5A | 1F |
| Octal | 10 | 101 | 227 | 137 | 71 | 0 | 51 | 330 | 132 | 37 |
| Binary | 1000 | 1000001 | 10010111 | 1011111 | 111001 | 0 | 101001 | 11011000 | 1011010 | 11111 |
Color Harmonies of #084197
Complementary color
Monochromatic Colors of #084197
Black with #084197
Text Example
Text Example
White with #084197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084197; }
p { color: rgb(8,65,151); }
H1.HeaderClassName
{
color: #084197;
}
.AnyTagClassName
{
color: #084197;
}
</style>
background-color css
<style>
a { background-color: #084197; }
a { background-color: rgb(8,65,151); }
div.DivClassName
{
background-color: #084197;
}
.BgClassName
{
background-color: #084197;
}
</style>
border-color css
<style>
span { border-color: #084197; }
span { border-color: rgb(8,65,151); }
td.TdClassName
{
border-color: #084197;
}
.TagClassName
{
border-color: #084197;
}
</style>