Shades of Smalt #0D2C83
Tints of Smalt #0D2C83
RGB
CMYK
RGB Variations
Color information
#0D2C83 (or 0x0D2C83) is known color: Smalt. HEX triplet: 0D, 2C and 83. RGB value is (13,44,131). Sum of RGB (Red+Green+Blue) = 13+44+131=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D2C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2C83 is #F2D37C. Grayscale: #2C2C2C. Windows color (decimal): -15913853 or 8596493. OLE color: 8596493.
HSL color Cylindrical-coordinate representation of color #0D2C83: hue angle of 224.24º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2C83 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 44 | 131 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.49 |
| HSL | 224.24º | 0.82% | 0.28% | - |
| HSV(B) | 224.24º | 0.9% | 0.51% | - |
| XYZ | 5.16 | 3.53 | 21.88 | - |
| YUV | 44.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 131 | 0.90 | 0.66 | 0 | 0.49 | 224.24 | 0.82 | 0.28 |
| Hex | D | 2C | 83 | 5A | 42 | 0 | 31 | E0 | 52 | 1C |
| Octal | 15 | 54 | 203 | 132 | 102 | 0 | 61 | 340 | 122 | 34 |
| Binary | 1101 | 101100 | 10000011 | 1011010 | 1000010 | 0 | 110001 | 11100000 | 1010010 | 11100 |
Color Harmonies of #0D2C83
Complementary color
Monochromatic Colors of #0D2C83
Black with #0D2C83
Text Example
Text Example
White with #0D2C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C83; }
p { color: rgb(13,44,131); }
H1.HeaderClassName
{
color: #0D2C83;
}
.AnyTagClassName
{
color: #0D2C83;
}
</style>
background-color css
<style>
a { background-color: #0D2C83; }
a { background-color: rgb(13,44,131); }
div.DivClassName
{
background-color: #0D2C83;
}
.BgClassName
{
background-color: #0D2C83;
}
</style>
border-color css
<style>
span { border-color: #0D2C83; }
span { border-color: rgb(13,44,131); }
td.TdClassName
{
border-color: #0D2C83;
}
.TagClassName
{
border-color: #0D2C83;
}
</style>