Shades of Smalt #0D2584
Tints of Smalt #0D2584
RGB
CMYK
RGB Variations
Color information
#0D2584 (or 0x0D2584) is known color: Smalt. HEX triplet: 0D, 25 and 84. RGB value is (13,37,132). Sum of RGB (Red+Green+Blue) = 13+37+132=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D2584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2584 is #F2DA7B. Grayscale: #282828. Windows color (decimal): -15915644 or 8660237. OLE color: 8660237.
HSL color Cylindrical-coordinate representation of color #0D2584: hue angle of 227.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2584 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 37 | 132 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.48 |
| HSL | 227.9º | 0.82% | 0.28% | - |
| HSV(B) | 227.9º | 0.9% | 0.52% | - |
| XYZ | 4.99 | 3.07 | 22.16 | - |
| YUV | 40.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 132 | 0.90 | 0.72 | 0 | 0.48 | 227.9 | 0.82 | 0.28 |
| Hex | D | 25 | 84 | 5A | 48 | 0 | 30 | E4 | 52 | 1C |
| Octal | 15 | 45 | 204 | 132 | 110 | 0 | 60 | 344 | 122 | 34 |
| Binary | 1101 | 100101 | 10000100 | 1011010 | 1001000 | 0 | 110000 | 11100100 | 1010010 | 11100 |
Color Harmonies of #0D2584
Complementary color
Monochromatic Colors of #0D2584
Black with #0D2584
Text Example
Text Example
White with #0D2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2584; }
p { color: rgb(13,37,132); }
H1.HeaderClassName
{
color: #0D2584;
}
.AnyTagClassName
{
color: #0D2584;
}
</style>
background-color css
<style>
a { background-color: #0D2584; }
a { background-color: rgb(13,37,132); }
div.DivClassName
{
background-color: #0D2584;
}
.BgClassName
{
background-color: #0D2584;
}
</style>
border-color css
<style>
span { border-color: #0D2584; }
span { border-color: rgb(13,37,132); }
td.TdClassName
{
border-color: #0D2584;
}
.TagClassName
{
border-color: #0D2584;
}
</style>