Shades of Smalt #0D2786
Tints of Smalt #0D2786
RGB
CMYK
RGB Variations
Color information
#0D2786 (or 0x0D2786) is known color: Smalt. HEX triplet: 0D, 27 and 86. RGB value is (13,39,134). Sum of RGB (Red+Green+Blue) = 13+39+134=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D2786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2786 is #F2D879. Grayscale: #292929. Windows color (decimal): -15915130 or 8791821. OLE color: 8791821.
HSL color Cylindrical-coordinate representation of color #0D2786: hue angle of 227.11º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2786 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 39 | 134 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.47 |
| HSL | 227.11º | 0.82% | 0.29% | - |
| HSV(B) | 227.11º | 0.9% | 0.53% | - |
| XYZ | 5.19 | 3.26 | 22.91 | - |
| YUV | 42.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 134 | 0.90 | 0.71 | 0 | 0.47 | 227.11 | 0.82 | 0.29 |
| Hex | D | 27 | 86 | 5A | 47 | 0 | 2F | E3 | 52 | 1D |
| Octal | 15 | 47 | 206 | 132 | 107 | 0 | 57 | 343 | 122 | 35 |
| Binary | 1101 | 100111 | 10000110 | 1011010 | 1000111 | 0 | 101111 | 11100011 | 1010010 | 11101 |
Color Harmonies of #0D2786
Complementary color
Monochromatic Colors of #0D2786
Black with #0D2786
Text Example
Text Example
White with #0D2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2786; }
p { color: rgb(13,39,134); }
H1.HeaderClassName
{
color: #0D2786;
}
.AnyTagClassName
{
color: #0D2786;
}
</style>
background-color css
<style>
a { background-color: #0D2786; }
a { background-color: rgb(13,39,134); }
div.DivClassName
{
background-color: #0D2786;
}
.BgClassName
{
background-color: #0D2786;
}
</style>
border-color css
<style>
span { border-color: #0D2786; }
span { border-color: rgb(13,39,134); }
td.TdClassName
{
border-color: #0D2786;
}
.TagClassName
{
border-color: #0D2786;
}
</style>