Shades of Smalt #0D2593
Tints of Smalt #0D2593
RGB
CMYK
RGB Variations
Color information
#0D2593 (or 0x0D2593) is known color: Smalt. HEX triplet: 0D, 25 and 93. RGB value is (13,37,147). Sum of RGB (Red+Green+Blue) = 13+37+147=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D2593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2593 is #F2DA6C. Grayscale: #292929. Windows color (decimal): -15915629 or 9643277. OLE color: 9643277.
HSL color Cylindrical-coordinate representation of color #0D2593: hue angle of 229.25º 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 #0D2593 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 37 | 147 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.42 |
| HSL | 229.25º | 0.84% | 0.31% | - |
| HSV(B) | 229.25º | 0.91% | 0.58% | - |
| XYZ | 6.09 | 3.52 | 27.96 | - |
| YUV | 42.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 147 | 0.91 | 0.75 | 0 | 0.42 | 229.25 | 0.84 | 0.31 |
| Hex | D | 25 | 93 | 5B | 4B | 0 | 2A | E5 | 54 | 1F |
| Octal | 15 | 45 | 223 | 133 | 113 | 0 | 52 | 345 | 124 | 37 |
| Binary | 1101 | 100101 | 10010011 | 1011011 | 1001011 | 0 | 101010 | 11100101 | 1010100 | 11111 |
Color Harmonies of #0D2593
Complementary color
Monochromatic Colors of #0D2593
Black with #0D2593
Text Example
Text Example
White with #0D2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2593; }
p { color: rgb(13,37,147); }
H1.HeaderClassName
{
color: #0D2593;
}
.AnyTagClassName
{
color: #0D2593;
}
</style>
background-color css
<style>
a { background-color: #0D2593; }
a { background-color: rgb(13,37,147); }
div.DivClassName
{
background-color: #0D2593;
}
.BgClassName
{
background-color: #0D2593;
}
</style>
border-color css
<style>
span { border-color: #0D2593; }
span { border-color: rgb(13,37,147); }
td.TdClassName
{
border-color: #0D2593;
}
.TagClassName
{
border-color: #0D2593;
}
</style>