Shades of Smalt #0D3387
Tints of Smalt #0D3387
RGB
CMYK
RGB Variations
Color information
#0D3387 (or 0x0D3387) is known color: Smalt. HEX triplet: 0D, 33 and 87. RGB value is (13,51,135). Sum of RGB (Red+Green+Blue) = 13+51+135=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3387 is #F2CC78. Grayscale: #303030. Windows color (decimal): -15912057 or 8860429. OLE color: 8860429.
HSL color Cylindrical-coordinate representation of color #0D3387: hue angle of 221.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3387 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 51 | 135 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.47 |
| HSL | 221.31º | 0.82% | 0.29% | - |
| HSV(B) | 221.31º | 0.9% | 0.53% | - |
| XYZ | 5.72 | 4.2 | 23.43 | - |
| YUV | 49.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 135 | 0.90 | 0.62 | 0 | 0.47 | 221.31 | 0.82 | 0.29 |
| Hex | D | 33 | 87 | 5A | 3E | 0 | 2F | DD | 52 | 1D |
| Octal | 15 | 63 | 207 | 132 | 76 | 0 | 57 | 335 | 122 | 35 |
| Binary | 1101 | 110011 | 10000111 | 1011010 | 111110 | 0 | 101111 | 11011101 | 1010010 | 11101 |
Color Harmonies of #0D3387
Complementary color
Monochromatic Colors of #0D3387
Black with #0D3387
Text Example
Text Example
White with #0D3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3387; }
p { color: rgb(13,51,135); }
H1.HeaderClassName
{
color: #0D3387;
}
.AnyTagClassName
{
color: #0D3387;
}
</style>
background-color css
<style>
a { background-color: #0D3387; }
a { background-color: rgb(13,51,135); }
div.DivClassName
{
background-color: #0D3387;
}
.BgClassName
{
background-color: #0D3387;
}
</style>
border-color css
<style>
span { border-color: #0D3387; }
span { border-color: rgb(13,51,135); }
td.TdClassName
{
border-color: #0D3387;
}
.TagClassName
{
border-color: #0D3387;
}
</style>