Shades of Smalt #0D2785
Tints of Smalt #0D2785
RGB
CMYK
RGB Variations
Color information
#0D2785 (or 0x0D2785) is known color: Smalt. HEX triplet: 0D, 27 and 85. RGB value is (13,39,133). Sum of RGB (Red+Green+Blue) = 13+39+133=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2785 is #F2D87A. Grayscale: #292929. Windows color (decimal): -15915131 or 8726285. OLE color: 8726285.
HSL color Cylindrical-coordinate representation of color #0D2785: hue angle of 227º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2785 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 39 | 133 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.48 |
| HSL | 227º | 0.82% | 0.29% | - |
| HSV(B) | 227º | 0.9% | 0.52% | - |
| XYZ | 5.13 | 3.23 | 22.54 | - |
| YUV | 41.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 133 | 0.90 | 0.71 | 0 | 0.48 | 227 | 0.82 | 0.29 |
| Hex | D | 27 | 85 | 5A | 47 | 0 | 30 | E3 | 52 | 1D |
| Octal | 15 | 47 | 205 | 132 | 107 | 0 | 60 | 343 | 122 | 35 |
| Binary | 1101 | 100111 | 10000101 | 1011010 | 1000111 | 0 | 110000 | 11100011 | 1010010 | 11101 |
Color Harmonies of #0D2785
Complementary color
Monochromatic Colors of #0D2785
Black with #0D2785
Text Example
Text Example
White with #0D2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2785; }
p { color: rgb(13,39,133); }
H1.HeaderClassName
{
color: #0D2785;
}
.AnyTagClassName
{
color: #0D2785;
}
</style>
background-color css
<style>
a { background-color: #0D2785; }
a { background-color: rgb(13,39,133); }
div.DivClassName
{
background-color: #0D2785;
}
.BgClassName
{
background-color: #0D2785;
}
</style>
border-color css
<style>
span { border-color: #0D2785; }
span { border-color: rgb(13,39,133); }
td.TdClassName
{
border-color: #0D2785;
}
.TagClassName
{
border-color: #0D2785;
}
</style>