Shades of Smalt #0D3487
Tints of Smalt #0D3487
RGB
CMYK
RGB Variations
Color information
#0D3487 (or 0x0D3487) is known color: Smalt. HEX triplet: 0D, 34 and 87. RGB value is (13,52,135). Sum of RGB (Red+Green+Blue) = 13+52+135=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3487 is #F2CB78. Grayscale: #313131. Windows color (decimal): -15911801 or 8860685. OLE color: 8860685.
HSL color Cylindrical-coordinate representation of color #0D3487: hue angle of 220.82º 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 #0D3487 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 52 | 135 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.47 |
| HSL | 220.82º | 0.82% | 0.29% | - |
| HSV(B) | 220.82º | 0.9% | 0.53% | - |
| XYZ | 5.77 | 4.29 | 23.45 | - |
| YUV | 49.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 135 | 0.90 | 0.61 | 0 | 0.47 | 220.82 | 0.82 | 0.29 |
| Hex | D | 34 | 87 | 5A | 3D | 0 | 2F | DD | 52 | 1D |
| Octal | 15 | 64 | 207 | 132 | 75 | 0 | 57 | 335 | 122 | 35 |
| Binary | 1101 | 110100 | 10000111 | 1011010 | 111101 | 0 | 101111 | 11011101 | 1010010 | 11101 |
Color Harmonies of #0D3487
Complementary color
Monochromatic Colors of #0D3487
Black with #0D3487
Text Example
Text Example
White with #0D3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3487; }
p { color: rgb(13,52,135); }
H1.HeaderClassName
{
color: #0D3487;
}
.AnyTagClassName
{
color: #0D3487;
}
</style>
background-color css
<style>
a { background-color: #0D3487; }
a { background-color: rgb(13,52,135); }
div.DivClassName
{
background-color: #0D3487;
}
.BgClassName
{
background-color: #0D3487;
}
</style>
border-color css
<style>
span { border-color: #0D3487; }
span { border-color: rgb(13,52,135); }
td.TdClassName
{
border-color: #0D3487;
}
.TagClassName
{
border-color: #0D3487;
}
</style>