Shades of Smalt #0D2D91
Tints of Smalt #0D2D91
RGB
CMYK
RGB Variations
Color information
#0D2D91 (or 0x0D2D91) is known color: Smalt. HEX triplet: 0D, 2D and 91. RGB value is (13,45,145). Sum of RGB (Red+Green+Blue) = 13+45+145=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D2D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2D91 is #F2D26E. Grayscale: #2E2E2E. Windows color (decimal): -15913583 or 9514253. OLE color: 9514253.
HSL color Cylindrical-coordinate representation of color #0D2D91: hue angle of 225.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2D91 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 45 | 145 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.43 |
| HSL | 225.45º | 0.84% | 0.31% | - |
| HSV(B) | 225.45º | 0.91% | 0.57% | - |
| XYZ | 6.22 | 4.01 | 27.23 | - |
| YUV | 46.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 145 | 0.91 | 0.69 | 0 | 0.43 | 225.45 | 0.84 | 0.31 |
| Hex | D | 2D | 91 | 5B | 45 | 0 | 2B | E1 | 54 | 1F |
| Octal | 15 | 55 | 221 | 133 | 105 | 0 | 53 | 341 | 124 | 37 |
| Binary | 1101 | 101101 | 10010001 | 1011011 | 1000101 | 0 | 101011 | 11100001 | 1010100 | 11111 |
Color Harmonies of #0D2D91
Complementary color
Monochromatic Colors of #0D2D91
Black with #0D2D91
Text Example
Text Example
White with #0D2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D91; }
p { color: rgb(13,45,145); }
H1.HeaderClassName
{
color: #0D2D91;
}
.AnyTagClassName
{
color: #0D2D91;
}
</style>
background-color css
<style>
a { background-color: #0D2D91; }
a { background-color: rgb(13,45,145); }
div.DivClassName
{
background-color: #0D2D91;
}
.BgClassName
{
background-color: #0D2D91;
}
</style>
border-color css
<style>
span { border-color: #0D2D91; }
span { border-color: rgb(13,45,145); }
td.TdClassName
{
border-color: #0D2D91;
}
.TagClassName
{
border-color: #0D2D91;
}
</style>