Shades of Smalt #0D218B
Tints of Smalt #0D218B
RGB
CMYK
RGB Variations
Color information
#0D218B (or 0x0D218B) is known color: Smalt. HEX triplet: 0D, 21 and 8B. RGB value is (13,33,139). Sum of RGB (Red+Green+Blue) = 13+33+139=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D218B is #F2DE74. Grayscale: #262626. Windows color (decimal): -15916661 or 9117965. OLE color: 9117965.
HSL color Cylindrical-coordinate representation of color #0D218B: hue angle of 230.48º 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 #0D218B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 33 | 139 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.45 |
| HSL | 230.48º | 0.83% | 0.3% | - |
| HSV(B) | 230.48º | 0.91% | 0.55% | - |
| XYZ | 5.37 | 3.04 | 24.73 | - |
| YUV | 39.1 | 184.37 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 139 | 0.91 | 0.76 | 0 | 0.45 | 230.48 | 0.83 | 0.3 |
| Hex | D | 21 | 8B | 5B | 4C | 0 | 2D | E6 | 53 | 1E |
| Octal | 15 | 41 | 213 | 133 | 114 | 0 | 55 | 346 | 123 | 36 |
| Binary | 1101 | 100001 | 10001011 | 1011011 | 1001100 | 0 | 101101 | 11100110 | 1010011 | 11110 |
Color Harmonies of #0D218B
Complementary color
Monochromatic Colors of #0D218B
Black with #0D218B
Text Example
Text Example
White with #0D218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D218B; }
p { color: rgb(13,33,139); }
H1.HeaderClassName
{
color: #0D218B;
}
.AnyTagClassName
{
color: #0D218B;
}
</style>
background-color css
<style>
a { background-color: #0D218B; }
a { background-color: rgb(13,33,139); }
div.DivClassName
{
background-color: #0D218B;
}
.BgClassName
{
background-color: #0D218B;
}
</style>
border-color css
<style>
span { border-color: #0D218B; }
span { border-color: rgb(13,33,139); }
td.TdClassName
{
border-color: #0D218B;
}
.TagClassName
{
border-color: #0D218B;
}
</style>