Shades of Smalt #0D3E93
Tints of Smalt #0D3E93
RGB
CMYK
RGB Variations
Color information
#0D3E93 (or 0x0D3E93) is known color: Smalt. HEX triplet: 0D, 3E and 93. RGB value is (13,62,147). Sum of RGB (Red+Green+Blue) = 13+62+147=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D3E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3E93 is #F2C16C. Grayscale: #383838. Windows color (decimal): -15909229 or 9649677. OLE color: 9649677.
HSL color Cylindrical-coordinate representation of color #0D3E93: hue angle of 218.06º 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 #0D3E93 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 62 | 147 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.42 |
| HSL | 218.06º | 0.84% | 0.31% | - |
| HSV(B) | 218.06º | 0.91% | 0.58% | - |
| XYZ | 7.16 | 5.64 | 28.31 | - |
| YUV | 57.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 147 | 0.91 | 0.58 | 0 | 0.42 | 218.06 | 0.84 | 0.31 |
| Hex | D | 3E | 93 | 5B | 3A | 0 | 2A | DA | 54 | 1F |
| Octal | 15 | 76 | 223 | 133 | 72 | 0 | 52 | 332 | 124 | 37 |
| Binary | 1101 | 111110 | 10010011 | 1011011 | 111010 | 0 | 101010 | 11011010 | 1010100 | 11111 |
Color Harmonies of #0D3E93
Complementary color
Monochromatic Colors of #0D3E93
Black with #0D3E93
Text Example
Text Example
White with #0D3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E93; }
p { color: rgb(13,62,147); }
H1.HeaderClassName
{
color: #0D3E93;
}
.AnyTagClassName
{
color: #0D3E93;
}
</style>
background-color css
<style>
a { background-color: #0D3E93; }
a { background-color: rgb(13,62,147); }
div.DivClassName
{
background-color: #0D3E93;
}
.BgClassName
{
background-color: #0D3E93;
}
</style>
border-color css
<style>
span { border-color: #0D3E93; }
span { border-color: rgb(13,62,147); }
td.TdClassName
{
border-color: #0D3E93;
}
.TagClassName
{
border-color: #0D3E93;
}
</style>