Shades of Smalt #0D2C88
Tints of Smalt #0D2C88
RGB
CMYK
RGB Variations
Color information
#0D2C88 (or 0x0D2C88) is known color: Smalt. HEX triplet: 0D, 2C and 88. RGB value is (13,44,136). Sum of RGB (Red+Green+Blue) = 13+44+136=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D2C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2C88 is #F2D377. Grayscale: #2C2C2C. Windows color (decimal): -15913848 or 8924173. OLE color: 8924173.
HSL color Cylindrical-coordinate representation of color #0D2C88: hue angle of 224.88º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2C88 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 44 | 136 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.47 |
| HSL | 224.88º | 0.83% | 0.29% | - |
| HSV(B) | 224.88º | 0.9% | 0.53% | - |
| XYZ | 5.51 | 3.66 | 23.71 | - |
| YUV | 45.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 136 | 0.90 | 0.68 | 0 | 0.47 | 224.88 | 0.83 | 0.29 |
| Hex | D | 2C | 88 | 5A | 44 | 0 | 2F | E1 | 53 | 1D |
| Octal | 15 | 54 | 210 | 132 | 104 | 0 | 57 | 341 | 123 | 35 |
| Binary | 1101 | 101100 | 10001000 | 1011010 | 1000100 | 0 | 101111 | 11100001 | 1010011 | 11101 |
Color Harmonies of #0D2C88
Complementary color
Monochromatic Colors of #0D2C88
Black with #0D2C88
Text Example
Text Example
White with #0D2C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C88; }
p { color: rgb(13,44,136); }
H1.HeaderClassName
{
color: #0D2C88;
}
.AnyTagClassName
{
color: #0D2C88;
}
</style>
background-color css
<style>
a { background-color: #0D2C88; }
a { background-color: rgb(13,44,136); }
div.DivClassName
{
background-color: #0D2C88;
}
.BgClassName
{
background-color: #0D2C88;
}
</style>
border-color css
<style>
span { border-color: #0D2C88; }
span { border-color: rgb(13,44,136); }
td.TdClassName
{
border-color: #0D2C88;
}
.TagClassName
{
border-color: #0D2C88;
}
</style>