Shades of Smalt #0D3389
Tints of Smalt #0D3389
RGB
CMYK
RGB Variations
Color information
#0D3389 (or 0x0D3389) is known color: Smalt. HEX triplet: 0D, 33 and 89. RGB value is (13,51,137). Sum of RGB (Red+Green+Blue) = 13+51+137=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D3389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3389 is #F2CC76. Grayscale: #313131. Windows color (decimal): -15912055 or 8991501. OLE color: 8991501.
HSL color Cylindrical-coordinate representation of color #0D3389: hue angle of 221.61º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3389 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 51 | 137 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.46 |
| HSL | 221.61º | 0.83% | 0.29% | - |
| HSV(B) | 221.61º | 0.91% | 0.54% | - |
| XYZ | 5.87 | 4.26 | 24.18 | - |
| YUV | 49.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 137 | 0.91 | 0.63 | 0 | 0.46 | 221.61 | 0.83 | 0.29 |
| Hex | D | 33 | 89 | 5B | 3F | 0 | 2E | DE | 53 | 1D |
| Octal | 15 | 63 | 211 | 133 | 77 | 0 | 56 | 336 | 123 | 35 |
| Binary | 1101 | 110011 | 10001001 | 1011011 | 111111 | 0 | 101110 | 11011110 | 1010011 | 11101 |
Color Harmonies of #0D3389
Complementary color
Monochromatic Colors of #0D3389
Black with #0D3389
Text Example
Text Example
White with #0D3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3389; }
p { color: rgb(13,51,137); }
H1.HeaderClassName
{
color: #0D3389;
}
.AnyTagClassName
{
color: #0D3389;
}
</style>
background-color css
<style>
a { background-color: #0D3389; }
a { background-color: rgb(13,51,137); }
div.DivClassName
{
background-color: #0D3389;
}
.BgClassName
{
background-color: #0D3389;
}
</style>
border-color css
<style>
span { border-color: #0D3389; }
span { border-color: rgb(13,51,137); }
td.TdClassName
{
border-color: #0D3389;
}
.TagClassName
{
border-color: #0D3389;
}
</style>