Shades of Smalt #0D3694
Tints of Smalt #0D3694
RGB
CMYK
RGB Variations
Color information
#0D3694 (or 0x0D3694) is known color: Smalt. HEX triplet: 0D, 36 and 94. RGB value is (13,54,148). Sum of RGB (Red+Green+Blue) = 13+54+148=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D3694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3694 is #F2C96B. Grayscale: #343434. Windows color (decimal): -15911276 or 9713165. OLE color: 9713165.
HSL color Cylindrical-coordinate representation of color #0D3694: hue angle of 221.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3694 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 54 | 148 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.42 |
| HSL | 221.78º | 0.84% | 0.32% | - |
| HSV(B) | 221.78º | 0.91% | 0.58% | - |
| XYZ | 6.83 | 4.86 | 28.6 | - |
| YUV | 52.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 148 | 0.91 | 0.64 | 0 | 0.42 | 221.78 | 0.84 | 0.32 |
| Hex | D | 36 | 94 | 5B | 40 | 0 | 2A | DE | 54 | 20 |
| Octal | 15 | 66 | 224 | 133 | 100 | 0 | 52 | 336 | 124 | 40 |
| Binary | 1101 | 110110 | 10010100 | 1011011 | 1000000 | 0 | 101010 | 11011110 | 1010100 | 100000 |
Color Harmonies of #0D3694
Complementary color
Monochromatic Colors of #0D3694
Black with #0D3694
Text Example
Text Example
White with #0D3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3694; }
p { color: rgb(13,54,148); }
H1.HeaderClassName
{
color: #0D3694;
}
.AnyTagClassName
{
color: #0D3694;
}
</style>
background-color css
<style>
a { background-color: #0D3694; }
a { background-color: rgb(13,54,148); }
div.DivClassName
{
background-color: #0D3694;
}
.BgClassName
{
background-color: #0D3694;
}
</style>
border-color css
<style>
span { border-color: #0D3694; }
span { border-color: rgb(13,54,148); }
td.TdClassName
{
border-color: #0D3694;
}
.TagClassName
{
border-color: #0D3694;
}
</style>