Shades of Smalt #0D3289
Tints of Smalt #0D3289
RGB
CMYK
RGB Variations
Color information
#0D3289 (or 0x0D3289) is known color: Smalt. HEX triplet: 0D, 32 and 89. RGB value is (13,50,137). Sum of RGB (Red+Green+Blue) = 13+50+137=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D3289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3289 is #F2CD76. Grayscale: #303030. Windows color (decimal): -15912311 or 8991245. OLE color: 8991245.
HSL color Cylindrical-coordinate representation of color #0D3289: hue angle of 222.1º 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 #0D3289 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 50 | 137 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.46 |
| HSL | 222.1º | 0.83% | 0.29% | - |
| HSV(B) | 222.1º | 0.91% | 0.54% | - |
| XYZ | 5.82 | 4.17 | 24.17 | - |
| YUV | 48.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 137 | 0.91 | 0.64 | 0 | 0.46 | 222.1 | 0.83 | 0.29 |
| Hex | D | 32 | 89 | 5B | 40 | 0 | 2E | DE | 53 | 1D |
| Octal | 15 | 62 | 211 | 133 | 100 | 0 | 56 | 336 | 123 | 35 |
| Binary | 1101 | 110010 | 10001001 | 1011011 | 1000000 | 0 | 101110 | 11011110 | 1010011 | 11101 |
Color Harmonies of #0D3289
Complementary color
Monochromatic Colors of #0D3289
Black with #0D3289
Text Example
Text Example
White with #0D3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3289; }
p { color: rgb(13,50,137); }
H1.HeaderClassName
{
color: #0D3289;
}
.AnyTagClassName
{
color: #0D3289;
}
</style>
background-color css
<style>
a { background-color: #0D3289; }
a { background-color: rgb(13,50,137); }
div.DivClassName
{
background-color: #0D3289;
}
.BgClassName
{
background-color: #0D3289;
}
</style>
border-color css
<style>
span { border-color: #0D3289; }
span { border-color: rgb(13,50,137); }
td.TdClassName
{
border-color: #0D3289;
}
.TagClassName
{
border-color: #0D3289;
}
</style>