Shades of Smalt #0D3690
Tints of Smalt #0D3690
RGB
CMYK
RGB Variations
Color information
#0D3690 (or 0x0D3690) is known color: Smalt. HEX triplet: 0D, 36 and 90. RGB value is (13,54,144). Sum of RGB (Red+Green+Blue) = 13+54+144=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D3690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3690 is #F2C96F. Grayscale: #333333. Windows color (decimal): -15911280 or 9451021. OLE color: 9451021.
HSL color Cylindrical-coordinate representation of color #0D3690: hue angle of 221.22º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3690 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 54 | 144 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.44 |
| HSL | 221.22º | 0.83% | 0.31% | - |
| HSV(B) | 221.22º | 0.91% | 0.56% | - |
| XYZ | 6.52 | 4.74 | 26.96 | - |
| YUV | 52 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 144 | 0.91 | 0.63 | 0 | 0.44 | 221.22 | 0.83 | 0.31 |
| Hex | D | 36 | 90 | 5B | 3F | 0 | 2C | DD | 53 | 1F |
| Octal | 15 | 66 | 220 | 133 | 77 | 0 | 54 | 335 | 123 | 37 |
| Binary | 1101 | 110110 | 10010000 | 1011011 | 111111 | 0 | 101100 | 11011101 | 1010011 | 11111 |
Color Harmonies of #0D3690
Complementary color
Monochromatic Colors of #0D3690
Black with #0D3690
Text Example
Text Example
White with #0D3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3690; }
p { color: rgb(13,54,144); }
H1.HeaderClassName
{
color: #0D3690;
}
.AnyTagClassName
{
color: #0D3690;
}
</style>
background-color css
<style>
a { background-color: #0D3690; }
a { background-color: rgb(13,54,144); }
div.DivClassName
{
background-color: #0D3690;
}
.BgClassName
{
background-color: #0D3690;
}
</style>
border-color css
<style>
span { border-color: #0D3690; }
span { border-color: rgb(13,54,144); }
td.TdClassName
{
border-color: #0D3690;
}
.TagClassName
{
border-color: #0D3690;
}
</style>