Shades of Smalt #0D4399
Tints of Smalt #0D4399
RGB
CMYK
RGB Variations
Color information
#0D4399 (or 0x0D4399) is known color: Smalt. HEX triplet: 0D, 43 and 99. RGB value is (13,67,153). Sum of RGB (Red+Green+Blue) = 13+67+153=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D4399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4399 is #F2BC66. Grayscale: #3C3C3C. Windows color (decimal): -15907943 or 10044173. OLE color: 10044173.
HSL color Cylindrical-coordinate representation of color #0D4399: hue angle of 216.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4399 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 67 | 153 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.4 |
| HSL | 216.86º | 0.84% | 0.33% | - |
| HSV(B) | 216.86º | 0.92% | 0.6% | - |
| XYZ | 7.92 | 6.4 | 30.95 | - |
| YUV | 60.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 153 | 0.92 | 0.56 | 0 | 0.4 | 216.86 | 0.84 | 0.33 |
| Hex | D | 43 | 99 | 5C | 38 | 0 | 28 | D9 | 54 | 21 |
| Octal | 15 | 103 | 231 | 134 | 70 | 0 | 50 | 331 | 124 | 41 |
| Binary | 1101 | 1000011 | 10011001 | 1011100 | 111000 | 0 | 101000 | 11011001 | 1010100 | 100001 |
Color Harmonies of #0D4399
Complementary color
Monochromatic Colors of #0D4399
Black with #0D4399
Text Example
Text Example
White with #0D4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4399; }
p { color: rgb(13,67,153); }
H1.HeaderClassName
{
color: #0D4399;
}
.AnyTagClassName
{
color: #0D4399;
}
</style>
background-color css
<style>
a { background-color: #0D4399; }
a { background-color: rgb(13,67,153); }
div.DivClassName
{
background-color: #0D4399;
}
.BgClassName
{
background-color: #0D4399;
}
</style>
border-color css
<style>
span { border-color: #0D4399; }
span { border-color: rgb(13,67,153); }
td.TdClassName
{
border-color: #0D4399;
}
.TagClassName
{
border-color: #0D4399;
}
</style>