Shades of Smalt #0D3C93
Tints of Smalt #0D3C93
RGB
CMYK
RGB Variations
Color information
#0D3C93 (or 0x0D3C93) is known color: Smalt. HEX triplet: 0D, 3C and 93. RGB value is (13,60,147). Sum of RGB (Red+Green+Blue) = 13+60+147=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D3C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C93 is #F2C36C. Grayscale: #373737. Windows color (decimal): -15909741 or 9649165. OLE color: 9649165.
HSL color Cylindrical-coordinate representation of color #0D3C93: hue angle of 218.96º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3C93 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 60 | 147 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.42 |
| HSL | 218.96º | 0.84% | 0.31% | - |
| HSV(B) | 218.96º | 0.91% | 0.58% | - |
| XYZ | 7.05 | 5.42 | 28.28 | - |
| YUV | 55.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 147 | 0.91 | 0.59 | 0 | 0.42 | 218.96 | 0.84 | 0.31 |
| Hex | D | 3C | 93 | 5B | 3B | 0 | 2A | DB | 54 | 1F |
| Octal | 15 | 74 | 223 | 133 | 73 | 0 | 52 | 333 | 124 | 37 |
| Binary | 1101 | 111100 | 10010011 | 1011011 | 111011 | 0 | 101010 | 11011011 | 1010100 | 11111 |
Color Harmonies of #0D3C93
Complementary color
Monochromatic Colors of #0D3C93
Black with #0D3C93
Text Example
Text Example
White with #0D3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C93; }
p { color: rgb(13,60,147); }
H1.HeaderClassName
{
color: #0D3C93;
}
.AnyTagClassName
{
color: #0D3C93;
}
</style>
background-color css
<style>
a { background-color: #0D3C93; }
a { background-color: rgb(13,60,147); }
div.DivClassName
{
background-color: #0D3C93;
}
.BgClassName
{
background-color: #0D3C93;
}
</style>
border-color css
<style>
span { border-color: #0D3C93; }
span { border-color: rgb(13,60,147); }
td.TdClassName
{
border-color: #0D3C93;
}
.TagClassName
{
border-color: #0D3C93;
}
</style>