Shades of Smalt #0D3891
Tints of Smalt #0D3891
RGB
CMYK
RGB Variations
Color information
#0D3891 (or 0x0D3891) is known color: Smalt. HEX triplet: 0D, 38 and 91. RGB value is (13,56,145). Sum of RGB (Red+Green+Blue) = 13+56+145=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D3891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3891 is #F2C76E. Grayscale: #343434. Windows color (decimal): -15910767 or 9517069. OLE color: 9517069.
HSL color Cylindrical-coordinate representation of color #0D3891: hue angle of 220.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 #0D3891 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 56 | 145 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.43 |
| HSL | 220.45º | 0.84% | 0.31% | - |
| HSV(B) | 220.45º | 0.91% | 0.57% | - |
| XYZ | 6.69 | 4.96 | 27.39 | - |
| YUV | 53.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 145 | 0.91 | 0.61 | 0 | 0.43 | 220.45 | 0.84 | 0.31 |
| Hex | D | 38 | 91 | 5B | 3D | 0 | 2B | DC | 54 | 1F |
| Octal | 15 | 70 | 221 | 133 | 75 | 0 | 53 | 334 | 124 | 37 |
| Binary | 1101 | 111000 | 10010001 | 1011011 | 111101 | 0 | 101011 | 11011100 | 1010100 | 11111 |
Color Harmonies of #0D3891
Complementary color
Monochromatic Colors of #0D3891
Black with #0D3891
Text Example
Text Example
White with #0D3891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3891; }
p { color: rgb(13,56,145); }
H1.HeaderClassName
{
color: #0D3891;
}
.AnyTagClassName
{
color: #0D3891;
}
</style>
background-color css
<style>
a { background-color: #0D3891; }
a { background-color: rgb(13,56,145); }
div.DivClassName
{
background-color: #0D3891;
}
.BgClassName
{
background-color: #0D3891;
}
</style>
border-color css
<style>
span { border-color: #0D3891; }
span { border-color: rgb(13,56,145); }
td.TdClassName
{
border-color: #0D3891;
}
.TagClassName
{
border-color: #0D3891;
}
</style>