Shades of Smalt #0D2989
Tints of Smalt #0D2989
RGB
CMYK
RGB Variations
Color information
#0D2989 (or 0x0D2989) is known color: Smalt. HEX triplet: 0D, 29 and 89. RGB value is (13,41,137). Sum of RGB (Red+Green+Blue) = 13+41+137=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D2989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2989 is #F2D676. Grayscale: #2B2B2B. Windows color (decimal): -15914615 or 8988941. OLE color: 8988941.
HSL color Cylindrical-coordinate representation of color #0D2989: hue angle of 226.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2989 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 41 | 137 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.46 |
| HSL | 226.45º | 0.83% | 0.29% | - |
| HSV(B) | 226.45º | 0.91% | 0.54% | - |
| XYZ | 5.47 | 3.48 | 24.05 | - |
| YUV | 43.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 137 | 0.91 | 0.70 | 0 | 0.46 | 226.45 | 0.83 | 0.29 |
| Hex | D | 29 | 89 | 5B | 46 | 0 | 2E | E2 | 53 | 1D |
| Octal | 15 | 51 | 211 | 133 | 106 | 0 | 56 | 342 | 123 | 35 |
| Binary | 1101 | 101001 | 10001001 | 1011011 | 1000110 | 0 | 101110 | 11100010 | 1010011 | 11101 |
Color Harmonies of #0D2989
Complementary color
Monochromatic Colors of #0D2989
Black with #0D2989
Text Example
Text Example
White with #0D2989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2989; }
p { color: rgb(13,41,137); }
H1.HeaderClassName
{
color: #0D2989;
}
.AnyTagClassName
{
color: #0D2989;
}
</style>
background-color css
<style>
a { background-color: #0D2989; }
a { background-color: rgb(13,41,137); }
div.DivClassName
{
background-color: #0D2989;
}
.BgClassName
{
background-color: #0D2989;
}
</style>
border-color css
<style>
span { border-color: #0D2989; }
span { border-color: rgb(13,41,137); }
td.TdClassName
{
border-color: #0D2989;
}
.TagClassName
{
border-color: #0D2989;
}
</style>