Shades of Smalt #003086
Tints of Smalt #003086
RGB
CMYK
RGB Variations
Color information
#003086 (or 0x003086) is known color: Smalt. HEX triplet: 00, 30 and 86. RGB value is (0,48,134). Sum of RGB (Red+Green+Blue) = 0+48+134=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #003086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003086 is #FFCF79. Grayscale: #2B2B2B. Windows color (decimal): -16764794 or 8794112. OLE color: 8794112.
HSL color Cylindrical-coordinate representation of color #003086: hue angle of 218.51º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003086 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 48 | 134 | - |
| CMYK | 1 | 0.64 | 0 | 0.47 |
| HSL | 218.51º | 1% | 0.26% | - |
| HSV(B) | 218.51º | 1% | 0.53% | - |
| XYZ | 5.36 | 3.84 | 23.01 | - |
| YUV | 43.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 134 | 1 | 0.64 | 0 | 0.47 | 218.51 | 1 | 0.26 |
| Hex | 0 | 30 | 86 | 64 | 40 | 0 | 2F | DB | 64 | 1A |
| Octal | 0 | 60 | 206 | 144 | 100 | 0 | 57 | 333 | 144 | 32 |
| Binary | 0 | 110000 | 10000110 | 1100100 | 1000000 | 0 | 101111 | 11011011 | 1100100 | 11010 |
Color Harmonies of #003086
Complementary color
Monochromatic Colors of #003086
Black with #003086
Text Example
Text Example
White with #003086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003086; }
p { color: rgb(0,48,134); }
H1.HeaderClassName
{
color: #003086;
}
.AnyTagClassName
{
color: #003086;
}
</style>
background-color css
<style>
a { background-color: #003086; }
a { background-color: rgb(0,48,134); }
div.DivClassName
{
background-color: #003086;
}
.BgClassName
{
background-color: #003086;
}
</style>
border-color css
<style>
span { border-color: #003086; }
span { border-color: rgb(0,48,134); }
td.TdClassName
{
border-color: #003086;
}
.TagClassName
{
border-color: #003086;
}
</style>