Shades of Smalt #0D2895
Tints of Smalt #0D2895
RGB
CMYK
RGB Variations
Color information
#0D2895 (or 0x0D2895) is known color: Smalt. HEX triplet: 0D, 28 and 95. RGB value is (13,40,149). Sum of RGB (Red+Green+Blue) = 13+40+149=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2895 is #F2D76A. Grayscale: #2B2B2B. Windows color (decimal): -15914859 or 9775117. OLE color: 9775117.
HSL color Cylindrical-coordinate representation of color #0D2895: hue angle of 228.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2895 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 40 | 149 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.42 |
| HSL | 228.09º | 0.84% | 0.32% | - |
| HSV(B) | 228.09º | 0.91% | 0.58% | - |
| XYZ | 6.35 | 3.77 | 28.83 | - |
| YUV | 44.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 149 | 0.91 | 0.73 | 0 | 0.42 | 228.09 | 0.84 | 0.32 |
| Hex | D | 28 | 95 | 5B | 49 | 0 | 2A | E4 | 54 | 20 |
| Octal | 15 | 50 | 225 | 133 | 111 | 0 | 52 | 344 | 124 | 40 |
| Binary | 1101 | 101000 | 10010101 | 1011011 | 1001001 | 0 | 101010 | 11100100 | 1010100 | 100000 |
Color Harmonies of #0D2895
Complementary color
Monochromatic Colors of #0D2895
Black with #0D2895
Text Example
Text Example
White with #0D2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2895; }
p { color: rgb(13,40,149); }
H1.HeaderClassName
{
color: #0D2895;
}
.AnyTagClassName
{
color: #0D2895;
}
</style>
background-color css
<style>
a { background-color: #0D2895; }
a { background-color: rgb(13,40,149); }
div.DivClassName
{
background-color: #0D2895;
}
.BgClassName
{
background-color: #0D2895;
}
</style>
border-color css
<style>
span { border-color: #0D2895; }
span { border-color: rgb(13,40,149); }
td.TdClassName
{
border-color: #0D2895;
}
.TagClassName
{
border-color: #0D2895;
}
</style>