Shades of Smalt #083D91
Tints of Smalt #083D91
RGB
CMYK
RGB Variations
Color information
#083D91 (or 0x083D91) is known color: Smalt. HEX triplet: 08, 3D and 91. RGB value is (8,61,145). Sum of RGB (Red+Green+Blue) = 8+61+145=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #083D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D91 is #F7C26E. Grayscale: #363636. Windows color (decimal): -16237167 or 9518344. OLE color: 9518344.
HSL color Cylindrical-coordinate representation of color #083D91: hue angle of 216.79º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083D91 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 61 | 145 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.43 |
| HSL | 216.79º | 0.9% | 0.3% | - |
| HSV(B) | 216.79º | 0.94% | 0.57% | - |
| XYZ | 6.88 | 5.43 | 27.47 | - |
| YUV | 54.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 145 | 0.94 | 0.58 | 0 | 0.43 | 216.79 | 0.9 | 0.3 |
| Hex | 8 | 3D | 91 | 5E | 3A | 0 | 2B | D9 | 5A | 1E |
| Octal | 10 | 75 | 221 | 136 | 72 | 0 | 53 | 331 | 132 | 36 |
| Binary | 1000 | 111101 | 10010001 | 1011110 | 111010 | 0 | 101011 | 11011001 | 1011010 | 11110 |
Color Harmonies of #083D91
Complementary color
Monochromatic Colors of #083D91
Black with #083D91
Text Example
Text Example
White with #083D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D91; }
p { color: rgb(8,61,145); }
H1.HeaderClassName
{
color: #083D91;
}
.AnyTagClassName
{
color: #083D91;
}
</style>
background-color css
<style>
a { background-color: #083D91; }
a { background-color: rgb(8,61,145); }
div.DivClassName
{
background-color: #083D91;
}
.BgClassName
{
background-color: #083D91;
}
</style>
border-color css
<style>
span { border-color: #083D91; }
span { border-color: rgb(8,61,145); }
td.TdClassName
{
border-color: #083D91;
}
.TagClassName
{
border-color: #083D91;
}
</style>