Shades of Smalt #0D2493
Tints of Smalt #0D2493
RGB
CMYK
RGB Variations
Color information
#0D2493 (or 0x0D2493) is known color: Smalt. HEX triplet: 0D, 24 and 93. RGB value is (13,36,147). Sum of RGB (Red+Green+Blue) = 13+36+147=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D2493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2493 is #F2DB6C. Grayscale: #292929. Windows color (decimal): -15915885 or 9643021. OLE color: 9643021.
HSL color Cylindrical-coordinate representation of color #0D2493: hue angle of 229.7º 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 #0D2493 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 36 | 147 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.42 |
| HSL | 229.7º | 0.84% | 0.31% | - |
| HSV(B) | 229.7º | 0.91% | 0.58% | - |
| XYZ | 6.06 | 3.45 | 27.95 | - |
| YUV | 41.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 147 | 0.91 | 0.76 | 0 | 0.42 | 229.7 | 0.84 | 0.31 |
| Hex | D | 24 | 93 | 5B | 4C | 0 | 2A | E6 | 54 | 1F |
| Octal | 15 | 44 | 223 | 133 | 114 | 0 | 52 | 346 | 124 | 37 |
| Binary | 1101 | 100100 | 10010011 | 1011011 | 1001100 | 0 | 101010 | 11100110 | 1010100 | 11111 |
Color Harmonies of #0D2493
Complementary color
Monochromatic Colors of #0D2493
Black with #0D2493
Text Example
Text Example
White with #0D2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2493; }
p { color: rgb(13,36,147); }
H1.HeaderClassName
{
color: #0D2493;
}
.AnyTagClassName
{
color: #0D2493;
}
</style>
background-color css
<style>
a { background-color: #0D2493; }
a { background-color: rgb(13,36,147); }
div.DivClassName
{
background-color: #0D2493;
}
.BgClassName
{
background-color: #0D2493;
}
</style>
border-color css
<style>
span { border-color: #0D2493; }
span { border-color: rgb(13,36,147); }
td.TdClassName
{
border-color: #0D2493;
}
.TagClassName
{
border-color: #0D2493;
}
</style>