Shades of Smalt #0D2993
Tints of Smalt #0D2993
RGB
CMYK
RGB Variations
Color information
#0D2993 (or 0x0D2993) is known color: Smalt. HEX triplet: 0D, 29 and 93. RGB value is (13,41,147). Sum of RGB (Red+Green+Blue) = 13+41+147=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D2993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2993 is #F2D66C. Grayscale: #2C2C2C. Windows color (decimal): -15914605 or 9644301. OLE color: 9644301.
HSL color Cylindrical-coordinate representation of color #0D2993: hue angle of 227.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2993 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 41 | 147 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.42 |
| HSL | 227.46º | 0.84% | 0.31% | - |
| HSV(B) | 227.46º | 0.91% | 0.58% | - |
| XYZ | 6.23 | 3.78 | 28 | - |
| YUV | 44.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 147 | 0.91 | 0.72 | 0 | 0.42 | 227.46 | 0.84 | 0.31 |
| Hex | D | 29 | 93 | 5B | 48 | 0 | 2A | E3 | 54 | 1F |
| Octal | 15 | 51 | 223 | 133 | 110 | 0 | 52 | 343 | 124 | 37 |
| Binary | 1101 | 101001 | 10010011 | 1011011 | 1001000 | 0 | 101010 | 11100011 | 1010100 | 11111 |
Color Harmonies of #0D2993
Complementary color
Monochromatic Colors of #0D2993
Black with #0D2993
Text Example
Text Example
White with #0D2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2993; }
p { color: rgb(13,41,147); }
H1.HeaderClassName
{
color: #0D2993;
}
.AnyTagClassName
{
color: #0D2993;
}
</style>
background-color css
<style>
a { background-color: #0D2993; }
a { background-color: rgb(13,41,147); }
div.DivClassName
{
background-color: #0D2993;
}
.BgClassName
{
background-color: #0D2993;
}
</style>
border-color css
<style>
span { border-color: #0D2993; }
span { border-color: rgb(13,41,147); }
td.TdClassName
{
border-color: #0D2993;
}
.TagClassName
{
border-color: #0D2993;
}
</style>