Shades of Smalt #0D2485
Tints of Smalt #0D2485
RGB
CMYK
RGB Variations
Color information
#0D2485 (or 0x0D2485) is known color: Smalt. HEX triplet: 0D, 24 and 85. RGB value is (13,36,133). Sum of RGB (Red+Green+Blue) = 13+36+133=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2485 is #F2DB7A. Grayscale: #272727. Windows color (decimal): -15915899 or 8725517. OLE color: 8725517.
HSL color Cylindrical-coordinate representation of color #0D2485: hue angle of 228.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2485 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 36 | 133 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.48 |
| HSL | 228.5º | 0.82% | 0.29% | - |
| HSV(B) | 228.5º | 0.9% | 0.52% | - |
| XYZ | 5.03 | 3.04 | 22.51 | - |
| YUV | 40.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 133 | 0.90 | 0.73 | 0 | 0.48 | 228.5 | 0.82 | 0.29 |
| Hex | D | 24 | 85 | 5A | 49 | 0 | 30 | E4 | 52 | 1D |
| Octal | 15 | 44 | 205 | 132 | 111 | 0 | 60 | 344 | 122 | 35 |
| Binary | 1101 | 100100 | 10000101 | 1011010 | 1001001 | 0 | 110000 | 11100100 | 1010010 | 11101 |
Color Harmonies of #0D2485
Complementary color
Monochromatic Colors of #0D2485
Black with #0D2485
Text Example
Text Example
White with #0D2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2485; }
p { color: rgb(13,36,133); }
H1.HeaderClassName
{
color: #0D2485;
}
.AnyTagClassName
{
color: #0D2485;
}
</style>
background-color css
<style>
a { background-color: #0D2485; }
a { background-color: rgb(13,36,133); }
div.DivClassName
{
background-color: #0D2485;
}
.BgClassName
{
background-color: #0D2485;
}
</style>
border-color css
<style>
span { border-color: #0D2485; }
span { border-color: rgb(13,36,133); }
td.TdClassName
{
border-color: #0D2485;
}
.TagClassName
{
border-color: #0D2485;
}
</style>