Shades of Smalt #0D348D
Tints of Smalt #0D348D
RGB
CMYK
RGB Variations
Color information
#0D348D (or 0x0D348D) is known color: Smalt. HEX triplet: 0D, 34 and 8D. RGB value is (13,52,141). Sum of RGB (Red+Green+Blue) = 13+52+141=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D348D is #F2CB72. Grayscale: #323232. Windows color (decimal): -15911795 or 9253901. OLE color: 9253901.
HSL color Cylindrical-coordinate representation of color #0D348D: hue angle of 221.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D348D is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 52 | 141 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.45 |
| HSL | 221.72º | 0.83% | 0.3% | - |
| HSV(B) | 221.72º | 0.91% | 0.55% | - |
| XYZ | 6.2 | 4.46 | 25.73 | - |
| YUV | 50.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 141 | 0.91 | 0.63 | 0 | 0.45 | 221.72 | 0.83 | 0.3 |
| Hex | D | 34 | 8D | 5B | 3F | 0 | 2D | DE | 53 | 1E |
| Octal | 15 | 64 | 215 | 133 | 77 | 0 | 55 | 336 | 123 | 36 |
| Binary | 1101 | 110100 | 10001101 | 1011011 | 111111 | 0 | 101101 | 11011110 | 1010011 | 11110 |
Color Harmonies of #0D348D
Complementary color
Monochromatic Colors of #0D348D
Black with #0D348D
Text Example
Text Example
White with #0D348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D348D; }
p { color: rgb(13,52,141); }
H1.HeaderClassName
{
color: #0D348D;
}
.AnyTagClassName
{
color: #0D348D;
}
</style>
background-color css
<style>
a { background-color: #0D348D; }
a { background-color: rgb(13,52,141); }
div.DivClassName
{
background-color: #0D348D;
}
.BgClassName
{
background-color: #0D348D;
}
</style>
border-color css
<style>
span { border-color: #0D348D; }
span { border-color: rgb(13,52,141); }
td.TdClassName
{
border-color: #0D348D;
}
.TagClassName
{
border-color: #0D348D;
}
</style>