Shades of Smalt #0D2C93
Tints of Smalt #0D2C93
RGB
CMYK
RGB Variations
Color information
#0D2C93 (or 0x0D2C93) is known color: Smalt. HEX triplet: 0D, 2C and 93. RGB value is (13,44,147). Sum of RGB (Red+Green+Blue) = 13+44+147=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D2C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2C93 is #F2D36C. Grayscale: #2E2E2E. Windows color (decimal): -15913837 or 9645069. OLE color: 9645069.
HSL color Cylindrical-coordinate representation of color #0D2C93: hue angle of 226.12º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2C93 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 44 | 147 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.42 |
| HSL | 226.12º | 0.84% | 0.31% | - |
| HSV(B) | 226.12º | 0.91% | 0.58% | - |
| XYZ | 6.33 | 3.99 | 28.04 | - |
| YUV | 46.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 147 | 0.91 | 0.70 | 0 | 0.42 | 226.12 | 0.84 | 0.31 |
| Hex | D | 2C | 93 | 5B | 46 | 0 | 2A | E2 | 54 | 1F |
| Octal | 15 | 54 | 223 | 133 | 106 | 0 | 52 | 342 | 124 | 37 |
| Binary | 1101 | 101100 | 10010011 | 1011011 | 1000110 | 0 | 101010 | 11100010 | 1010100 | 11111 |
Color Harmonies of #0D2C93
Complementary color
Monochromatic Colors of #0D2C93
Black with #0D2C93
Text Example
Text Example
White with #0D2C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C93; }
p { color: rgb(13,44,147); }
H1.HeaderClassName
{
color: #0D2C93;
}
.AnyTagClassName
{
color: #0D2C93;
}
</style>
background-color css
<style>
a { background-color: #0D2C93; }
a { background-color: rgb(13,44,147); }
div.DivClassName
{
background-color: #0D2C93;
}
.BgClassName
{
background-color: #0D2C93;
}
</style>
border-color css
<style>
span { border-color: #0D2C93; }
span { border-color: rgb(13,44,147); }
td.TdClassName
{
border-color: #0D2C93;
}
.TagClassName
{
border-color: #0D2C93;
}
</style>