Shades of Smalt #0C218B
Tints of Smalt #0C218B
RGB
CMYK
RGB Variations
Color information
#0C218B (or 0x0C218B) is known color: Smalt. HEX triplet: 0C, 21 and 8B. RGB value is (12,33,139). Sum of RGB (Red+Green+Blue) = 12+33+139=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C218B is #F3DE74. Grayscale: #262626. Windows color (decimal): -15982197 or 9117964. OLE color: 9117964.
HSL color Cylindrical-coordinate representation of color #0C218B: hue angle of 230.08º degrees, saturation: 0.84, 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 #0C218B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 33 | 139 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.45 |
| HSL | 230.08º | 0.84% | 0.3% | - |
| HSV(B) | 230.08º | 0.91% | 0.55% | - |
| XYZ | 5.36 | 3.03 | 24.73 | - |
| YUV | 38.81 | 184.54 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 139 | 0.91 | 0.76 | 0 | 0.45 | 230.08 | 0.84 | 0.3 |
| Hex | C | 21 | 8B | 5B | 4C | 0 | 2D | E6 | 54 | 1E |
| Octal | 14 | 41 | 213 | 133 | 114 | 0 | 55 | 346 | 124 | 36 |
| Binary | 1100 | 100001 | 10001011 | 1011011 | 1001100 | 0 | 101101 | 11100110 | 1010100 | 11110 |
Color Harmonies of #0C218B
Complementary color
Monochromatic Colors of #0C218B
Black with #0C218B
Text Example
Text Example
White with #0C218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C218B; }
p { color: rgb(12,33,139); }
H1.HeaderClassName
{
color: #0C218B;
}
.AnyTagClassName
{
color: #0C218B;
}
</style>
background-color css
<style>
a { background-color: #0C218B; }
a { background-color: rgb(12,33,139); }
div.DivClassName
{
background-color: #0C218B;
}
.BgClassName
{
background-color: #0C218B;
}
</style>
border-color css
<style>
span { border-color: #0C218B; }
span { border-color: rgb(12,33,139); }
td.TdClassName
{
border-color: #0C218B;
}
.TagClassName
{
border-color: #0C218B;
}
</style>