Shades of Smalt #0C2D96
Tints of Smalt #0C2D96
RGB
CMYK
RGB Variations
Color information
#0C2D96 (or 0x0C2D96) is known color: Smalt. HEX triplet: 0C, 2D and 96. RGB value is (12,45,150). Sum of RGB (Red+Green+Blue) = 12+45+150=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C2D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2D96 is #F3D269. Grayscale: #2E2E2E. Windows color (decimal): -15979114 or 9841932. OLE color: 9841932.
HSL color Cylindrical-coordinate representation of color #0C2D96: hue angle of 225.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2D96 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 45 | 150 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.41 |
| HSL | 225.65º | 0.85% | 0.32% | - |
| HSV(B) | 225.65º | 0.92% | 0.59% | - |
| XYZ | 6.6 | 4.16 | 29.31 | - |
| YUV | 47.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 150 | 0.92 | 0.70 | 0 | 0.41 | 225.65 | 0.85 | 0.32 |
| Hex | C | 2D | 96 | 5C | 46 | 0 | 29 | E2 | 55 | 20 |
| Octal | 14 | 55 | 226 | 134 | 106 | 0 | 51 | 342 | 125 | 40 |
| Binary | 1100 | 101101 | 10010110 | 1011100 | 1000110 | 0 | 101001 | 11100010 | 1010101 | 100000 |
Color Harmonies of #0C2D96
Complementary color
Monochromatic Colors of #0C2D96
Black with #0C2D96
Text Example
Text Example
White with #0C2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D96; }
p { color: rgb(12,45,150); }
H1.HeaderClassName
{
color: #0C2D96;
}
.AnyTagClassName
{
color: #0C2D96;
}
</style>
background-color css
<style>
a { background-color: #0C2D96; }
a { background-color: rgb(12,45,150); }
div.DivClassName
{
background-color: #0C2D96;
}
.BgClassName
{
background-color: #0C2D96;
}
</style>
border-color css
<style>
span { border-color: #0C2D96; }
span { border-color: rgb(12,45,150); }
td.TdClassName
{
border-color: #0C2D96;
}
.TagClassName
{
border-color: #0C2D96;
}
</style>