Shades of Smalt #082C96
Tints of Smalt #082C96
RGB
CMYK
RGB Variations
Color information
#082C96 (or 0x082C96) is known color: Smalt. HEX triplet: 08, 2C and 96. RGB value is (8,44,150). Sum of RGB (Red+Green+Blue) = 8+44+150=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #082C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C96 is #F7D369. Grayscale: #2C2C2C. Windows color (decimal): -16241514 or 9841672. OLE color: 9841672.
HSL color Cylindrical-coordinate representation of color #082C96: hue angle of 224.79º 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 #082C96 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 44 | 150 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.41 |
| HSL | 224.79º | 0.9% | 0.31% | - |
| HSV(B) | 224.79º | 0.95% | 0.59% | - |
| XYZ | 6.51 | 4.05 | 29.29 | - |
| YUV | 45.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 150 | 0.95 | 0.71 | 0 | 0.41 | 224.79 | 0.9 | 0.31 |
| Hex | 8 | 2C | 96 | 5F | 47 | 0 | 29 | E1 | 5A | 1F |
| Octal | 10 | 54 | 226 | 137 | 107 | 0 | 51 | 341 | 132 | 37 |
| Binary | 1000 | 101100 | 10010110 | 1011111 | 1000111 | 0 | 101001 | 11100001 | 1011010 | 11111 |
Color Harmonies of #082C96
Complementary color
Monochromatic Colors of #082C96
Black with #082C96
Text Example
Text Example
White with #082C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C96; }
p { color: rgb(8,44,150); }
H1.HeaderClassName
{
color: #082C96;
}
.AnyTagClassName
{
color: #082C96;
}
</style>
background-color css
<style>
a { background-color: #082C96; }
a { background-color: rgb(8,44,150); }
div.DivClassName
{
background-color: #082C96;
}
.BgClassName
{
background-color: #082C96;
}
</style>
border-color css
<style>
span { border-color: #082C96; }
span { border-color: rgb(8,44,150); }
td.TdClassName
{
border-color: #082C96;
}
.TagClassName
{
border-color: #082C96;
}
</style>