Shades of Smalt #0D328E
Tints of Smalt #0D328E
RGB
CMYK
RGB Variations
Color information
#0D328E (or 0x0D328E) is known color: Smalt. HEX triplet: 0D, 32 and 8E. RGB value is (13,50,142). Sum of RGB (Red+Green+Blue) = 13+50+142=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D328E is #F2CD71. Grayscale: #313131. Windows color (decimal): -15912306 or 9318925. OLE color: 9318925.
HSL color Cylindrical-coordinate representation of color #0D328E: hue angle of 222.79º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D328E is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 50 | 142 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.44 |
| HSL | 222.79º | 0.83% | 0.3% | - |
| HSV(B) | 222.79º | 0.91% | 0.56% | - |
| XYZ | 6.19 | 4.32 | 26.1 | - |
| YUV | 49.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 142 | 0.91 | 0.65 | 0 | 0.44 | 222.79 | 0.83 | 0.3 |
| Hex | D | 32 | 8E | 5B | 41 | 0 | 2C | DF | 53 | 1E |
| Octal | 15 | 62 | 216 | 133 | 101 | 0 | 54 | 337 | 123 | 36 |
| Binary | 1101 | 110010 | 10001110 | 1011011 | 1000001 | 0 | 101100 | 11011111 | 1010011 | 11110 |
Color Harmonies of #0D328E
Complementary color
Monochromatic Colors of #0D328E
Black with #0D328E
Text Example
Text Example
White with #0D328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D328E; }
p { color: rgb(13,50,142); }
H1.HeaderClassName
{
color: #0D328E;
}
.AnyTagClassName
{
color: #0D328E;
}
</style>
background-color css
<style>
a { background-color: #0D328E; }
a { background-color: rgb(13,50,142); }
div.DivClassName
{
background-color: #0D328E;
}
.BgClassName
{
background-color: #0D328E;
}
</style>
border-color css
<style>
span { border-color: #0D328E; }
span { border-color: rgb(13,50,142); }
td.TdClassName
{
border-color: #0D328E;
}
.TagClassName
{
border-color: #0D328E;
}
</style>