Shades of Smalt #0D348C
Tints of Smalt #0D348C
RGB
CMYK
RGB Variations
Color information
#0D348C (or 0x0D348C) is known color: Smalt. HEX triplet: 0D, 34 and 8C. RGB value is (13,52,140). Sum of RGB (Red+Green+Blue) = 13+52+140=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D348C is #F2CB73. Grayscale: #313131. Windows color (decimal): -15911796 or 9188365. OLE color: 9188365.
HSL color Cylindrical-coordinate representation of color #0D348C: hue angle of 221.57º 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 #0D348C is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 52 | 140 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.45 |
| HSL | 221.57º | 0.83% | 0.3% | - |
| HSV(B) | 221.57º | 0.91% | 0.55% | - |
| XYZ | 6.13 | 4.43 | 25.34 | - |
| YUV | 50.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 140 | 0.91 | 0.63 | 0 | 0.45 | 221.57 | 0.83 | 0.3 |
| Hex | D | 34 | 8C | 5B | 3F | 0 | 2D | DE | 53 | 1E |
| Octal | 15 | 64 | 214 | 133 | 77 | 0 | 55 | 336 | 123 | 36 |
| Binary | 1101 | 110100 | 10001100 | 1011011 | 111111 | 0 | 101101 | 11011110 | 1010011 | 11110 |
Color Harmonies of #0D348C
Complementary color
Monochromatic Colors of #0D348C
Black with #0D348C
Text Example
Text Example
White with #0D348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D348C; }
p { color: rgb(13,52,140); }
H1.HeaderClassName
{
color: #0D348C;
}
.AnyTagClassName
{
color: #0D348C;
}
</style>
background-color css
<style>
a { background-color: #0D348C; }
a { background-color: rgb(13,52,140); }
div.DivClassName
{
background-color: #0D348C;
}
.BgClassName
{
background-color: #0D348C;
}
</style>
border-color css
<style>
span { border-color: #0D348C; }
span { border-color: rgb(13,52,140); }
td.TdClassName
{
border-color: #0D348C;
}
.TagClassName
{
border-color: #0D348C;
}
</style>