Shades of Smalt #0D2192
Tints of Smalt #0D2192
RGB
CMYK
RGB Variations
Color information
#0D2192 (or 0x0D2192) is known color: Smalt. HEX triplet: 0D, 21 and 92. RGB value is (13,33,146). Sum of RGB (Red+Green+Blue) = 13+33+146=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D2192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2192 is #F2DE6D. Grayscale: #272727. Windows color (decimal): -15916654 or 9576717. OLE color: 9576717.
HSL color Cylindrical-coordinate representation of color #0D2192: hue angle of 230.98º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2192 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 33 | 146 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.43 |
| HSL | 230.98º | 0.84% | 0.31% | - |
| HSV(B) | 230.98º | 0.91% | 0.57% | - |
| XYZ | 5.9 | 3.25 | 27.51 | - |
| YUV | 39.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 146 | 0.91 | 0.77 | 0 | 0.43 | 230.98 | 0.84 | 0.31 |
| Hex | D | 21 | 92 | 5B | 4D | 0 | 2B | E7 | 54 | 1F |
| Octal | 15 | 41 | 222 | 133 | 115 | 0 | 53 | 347 | 124 | 37 |
| Binary | 1101 | 100001 | 10010010 | 1011011 | 1001101 | 0 | 101011 | 11100111 | 1010100 | 11111 |
Color Harmonies of #0D2192
Complementary color
Monochromatic Colors of #0D2192
Black with #0D2192
Text Example
Text Example
White with #0D2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2192; }
p { color: rgb(13,33,146); }
H1.HeaderClassName
{
color: #0D2192;
}
.AnyTagClassName
{
color: #0D2192;
}
</style>
background-color css
<style>
a { background-color: #0D2192; }
a { background-color: rgb(13,33,146); }
div.DivClassName
{
background-color: #0D2192;
}
.BgClassName
{
background-color: #0D2192;
}
</style>
border-color css
<style>
span { border-color: #0D2192; }
span { border-color: rgb(13,33,146); }
td.TdClassName
{
border-color: #0D2192;
}
.TagClassName
{
border-color: #0D2192;
}
</style>