Shades of Smalt #083188
Tints of Smalt #083188
RGB
CMYK
RGB Variations
Color information
#083188 (or 0x083188) is known color: Smalt. HEX triplet: 08, 31 and 88. RGB value is (8,49,136). Sum of RGB (Red+Green+Blue) = 8+49+136=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #083188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083188 is #F7CE77. Grayscale: #2E2E2E. Windows color (decimal): -16240248 or 8925448. OLE color: 8925448.
HSL color Cylindrical-coordinate representation of color #083188: hue angle of 220.78º 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 #083188 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 49 | 136 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.47 |
| HSL | 220.78º | 0.89% | 0.28% | - |
| HSV(B) | 220.78º | 0.94% | 0.53% | - |
| XYZ | 5.64 | 4.03 | 23.77 | - |
| YUV | 46.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 136 | 0.94 | 0.64 | 0 | 0.47 | 220.78 | 0.89 | 0.28 |
| Hex | 8 | 31 | 88 | 5E | 40 | 0 | 2F | DD | 59 | 1C |
| Octal | 10 | 61 | 210 | 136 | 100 | 0 | 57 | 335 | 131 | 34 |
| Binary | 1000 | 110001 | 10001000 | 1011110 | 1000000 | 0 | 101111 | 11011101 | 1011001 | 11100 |
Color Harmonies of #083188
Complementary color
Monochromatic Colors of #083188
Black with #083188
Text Example
Text Example
White with #083188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083188; }
p { color: rgb(8,49,136); }
H1.HeaderClassName
{
color: #083188;
}
.AnyTagClassName
{
color: #083188;
}
</style>
background-color css
<style>
a { background-color: #083188; }
a { background-color: rgb(8,49,136); }
div.DivClassName
{
background-color: #083188;
}
.BgClassName
{
background-color: #083188;
}
</style>
border-color css
<style>
span { border-color: #083188; }
span { border-color: rgb(8,49,136); }
td.TdClassName
{
border-color: #083188;
}
.TagClassName
{
border-color: #083188;
}
</style>