Shades of Smalt #0D3386
Tints of Smalt #0D3386
RGB
CMYK
RGB Variations
Color information
#0D3386 (or 0x0D3386) is known color: Smalt. HEX triplet: 0D, 33 and 86. RGB value is (13,51,134). Sum of RGB (Red+Green+Blue) = 13+51+134=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D3386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3386 is #F2CC79. Grayscale: #303030. Windows color (decimal): -15912058 or 8794893. OLE color: 8794893.
HSL color Cylindrical-coordinate representation of color #0D3386: hue angle of 221.16º 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 #0D3386 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 51 | 134 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.47 |
| HSL | 221.16º | 0.82% | 0.29% | - |
| HSV(B) | 221.16º | 0.9% | 0.53% | - |
| XYZ | 5.65 | 4.17 | 23.06 | - |
| YUV | 49.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 134 | 0.90 | 0.62 | 0 | 0.47 | 221.16 | 0.82 | 0.29 |
| Hex | D | 33 | 86 | 5A | 3E | 0 | 2F | DD | 52 | 1D |
| Octal | 15 | 63 | 206 | 132 | 76 | 0 | 57 | 335 | 122 | 35 |
| Binary | 1101 | 110011 | 10000110 | 1011010 | 111110 | 0 | 101111 | 11011101 | 1010010 | 11101 |
Color Harmonies of #0D3386
Complementary color
Monochromatic Colors of #0D3386
Black with #0D3386
Text Example
Text Example
White with #0D3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3386; }
p { color: rgb(13,51,134); }
H1.HeaderClassName
{
color: #0D3386;
}
.AnyTagClassName
{
color: #0D3386;
}
</style>
background-color css
<style>
a { background-color: #0D3386; }
a { background-color: rgb(13,51,134); }
div.DivClassName
{
background-color: #0D3386;
}
.BgClassName
{
background-color: #0D3386;
}
</style>
border-color css
<style>
span { border-color: #0D3386; }
span { border-color: rgb(13,51,134); }
td.TdClassName
{
border-color: #0D3386;
}
.TagClassName
{
border-color: #0D3386;
}
</style>