Shades of Smalt #0D3D8D
Tints of Smalt #0D3D8D
RGB
CMYK
RGB Variations
Color information
#0D3D8D (or 0x0D3D8D) is known color: Smalt. HEX triplet: 0D, 3D and 8D. RGB value is (13,61,141). Sum of RGB (Red+Green+Blue) = 13+61+141=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D3D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3D8D is #F2C272. Grayscale: #373737. Windows color (decimal): -15909491 or 9256205. OLE color: 9256205.
HSL color Cylindrical-coordinate representation of color #0D3D8D: hue angle of 217.5º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3D8D is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 61 | 141 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.45 |
| HSL | 217.5º | 0.83% | 0.3% | - |
| HSV(B) | 217.5º | 0.91% | 0.55% | - |
| XYZ | 6.64 | 5.35 | 25.88 | - |
| YUV | 55.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 141 | 0.91 | 0.57 | 0 | 0.45 | 217.5 | 0.83 | 0.3 |
| Hex | D | 3D | 8D | 5B | 39 | 0 | 2D | DA | 53 | 1E |
| Octal | 15 | 75 | 215 | 133 | 71 | 0 | 55 | 332 | 123 | 36 |
| Binary | 1101 | 111101 | 10001101 | 1011011 | 111001 | 0 | 101101 | 11011010 | 1010011 | 11110 |
Color Harmonies of #0D3D8D
Complementary color
Monochromatic Colors of #0D3D8D
Black with #0D3D8D
Text Example
Text Example
White with #0D3D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3D8D; }
p { color: rgb(13,61,141); }
H1.HeaderClassName
{
color: #0D3D8D;
}
.AnyTagClassName
{
color: #0D3D8D;
}
</style>
background-color css
<style>
a { background-color: #0D3D8D; }
a { background-color: rgb(13,61,141); }
div.DivClassName
{
background-color: #0D3D8D;
}
.BgClassName
{
background-color: #0D3D8D;
}
</style>
border-color css
<style>
span { border-color: #0D3D8D; }
span { border-color: rgb(13,61,141); }
td.TdClassName
{
border-color: #0D3D8D;
}
.TagClassName
{
border-color: #0D3D8D;
}
</style>