Shades of Smalt #0D2795
Tints of Smalt #0D2795
RGB
CMYK
RGB Variations
Color information
#0D2795 (or 0x0D2795) is known color: Smalt. HEX triplet: 0D, 27 and 95. RGB value is (13,39,149). Sum of RGB (Red+Green+Blue) = 13+39+149=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2795 is #F2D86A. Grayscale: #2B2B2B. Windows color (decimal): -15915115 or 9774861. OLE color: 9774861.
HSL color Cylindrical-coordinate representation of color #0D2795: hue angle of 228.53º 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 #0D2795 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 39 | 149 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.42 |
| HSL | 228.53º | 0.84% | 0.32% | - |
| HSV(B) | 228.53º | 0.91% | 0.58% | - |
| XYZ | 6.32 | 3.71 | 28.82 | - |
| YUV | 43.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 149 | 0.91 | 0.74 | 0 | 0.42 | 228.53 | 0.84 | 0.32 |
| Hex | D | 27 | 95 | 5B | 4A | 0 | 2A | E5 | 54 | 20 |
| Octal | 15 | 47 | 225 | 133 | 112 | 0 | 52 | 345 | 124 | 40 |
| Binary | 1101 | 100111 | 10010101 | 1011011 | 1001010 | 0 | 101010 | 11100101 | 1010100 | 100000 |
Color Harmonies of #0D2795
Complementary color
Monochromatic Colors of #0D2795
Black with #0D2795
Text Example
Text Example
White with #0D2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2795; }
p { color: rgb(13,39,149); }
H1.HeaderClassName
{
color: #0D2795;
}
.AnyTagClassName
{
color: #0D2795;
}
</style>
background-color css
<style>
a { background-color: #0D2795; }
a { background-color: rgb(13,39,149); }
div.DivClassName
{
background-color: #0D2795;
}
.BgClassName
{
background-color: #0D2795;
}
</style>
border-color css
<style>
span { border-color: #0D2795; }
span { border-color: rgb(13,39,149); }
td.TdClassName
{
border-color: #0D2795;
}
.TagClassName
{
border-color: #0D2795;
}
</style>