Shades of Smalt #0D2E8D
Tints of Smalt #0D2E8D
RGB
CMYK
RGB Variations
Color information
#0D2E8D (or 0x0D2E8D) is known color: Smalt. HEX triplet: 0D, 2E and 8D. RGB value is (13,46,141). Sum of RGB (Red+Green+Blue) = 13+46+141=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D2E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2E8D is #F2D172. Grayscale: #2E2E2E. Windows color (decimal): -15913331 or 9252365. OLE color: 9252365.
HSL color Cylindrical-coordinate representation of color #0D2E8D: hue angle of 224.53º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2E8D is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 46 | 141 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.45 |
| HSL | 224.53º | 0.83% | 0.3% | - |
| HSV(B) | 224.53º | 0.91% | 0.55% | - |
| XYZ | 5.95 | 3.96 | 25.65 | - |
| YUV | 46.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 141 | 0.91 | 0.67 | 0 | 0.45 | 224.53 | 0.83 | 0.3 |
| Hex | D | 2E | 8D | 5B | 43 | 0 | 2D | E1 | 53 | 1E |
| Octal | 15 | 56 | 215 | 133 | 103 | 0 | 55 | 341 | 123 | 36 |
| Binary | 1101 | 101110 | 10001101 | 1011011 | 1000011 | 0 | 101101 | 11100001 | 1010011 | 11110 |
Color Harmonies of #0D2E8D
Complementary color
Monochromatic Colors of #0D2E8D
Black with #0D2E8D
Text Example
Text Example
White with #0D2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E8D; }
p { color: rgb(13,46,141); }
H1.HeaderClassName
{
color: #0D2E8D;
}
.AnyTagClassName
{
color: #0D2E8D;
}
</style>
background-color css
<style>
a { background-color: #0D2E8D; }
a { background-color: rgb(13,46,141); }
div.DivClassName
{
background-color: #0D2E8D;
}
.BgClassName
{
background-color: #0D2E8D;
}
</style>
border-color css
<style>
span { border-color: #0D2E8D; }
span { border-color: rgb(13,46,141); }
td.TdClassName
{
border-color: #0D2E8D;
}
.TagClassName
{
border-color: #0D2E8D;
}
</style>