Shades of Smalt #0D3D93
Tints of Smalt #0D3D93
RGB
CMYK
RGB Variations
Color information
#0D3D93 (or 0x0D3D93) is known color: Smalt. HEX triplet: 0D, 3D and 93. RGB value is (13,61,147). Sum of RGB (Red+Green+Blue) = 13+61+147=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D3D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3D93 is #F2C26C. Grayscale: #383838. Windows color (decimal): -15909485 or 9649421. OLE color: 9649421.
HSL color Cylindrical-coordinate representation of color #0D3D93: hue angle of 218.51º 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 #0D3D93 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 61 | 147 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.42 |
| HSL | 218.51º | 0.84% | 0.31% | - |
| HSV(B) | 218.51º | 0.91% | 0.58% | - |
| XYZ | 7.1 | 5.53 | 28.3 | - |
| YUV | 56.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 147 | 0.91 | 0.59 | 0 | 0.42 | 218.51 | 0.84 | 0.31 |
| Hex | D | 3D | 93 | 5B | 3B | 0 | 2A | DB | 54 | 1F |
| Octal | 15 | 75 | 223 | 133 | 73 | 0 | 52 | 333 | 124 | 37 |
| Binary | 1101 | 111101 | 10010011 | 1011011 | 111011 | 0 | 101010 | 11011011 | 1010100 | 11111 |
Color Harmonies of #0D3D93
Complementary color
Monochromatic Colors of #0D3D93
Black with #0D3D93
Text Example
Text Example
White with #0D3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3D93; }
p { color: rgb(13,61,147); }
H1.HeaderClassName
{
color: #0D3D93;
}
.AnyTagClassName
{
color: #0D3D93;
}
</style>
background-color css
<style>
a { background-color: #0D3D93; }
a { background-color: rgb(13,61,147); }
div.DivClassName
{
background-color: #0D3D93;
}
.BgClassName
{
background-color: #0D3D93;
}
</style>
border-color css
<style>
span { border-color: #0D3D93; }
span { border-color: rgb(13,61,147); }
td.TdClassName
{
border-color: #0D3D93;
}
.TagClassName
{
border-color: #0D3D93;
}
</style>