Shades of Smalt #0C2C91
Tints of Smalt #0C2C91
RGB
CMYK
RGB Variations
Color information
#0C2C91 (or 0x0C2C91) is known color: Smalt. HEX triplet: 0C, 2C and 91. RGB value is (12,44,145). Sum of RGB (Red+Green+Blue) = 12+44+145=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C2C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2C91 is #F3D36E. Grayscale: #2D2D2D. Windows color (decimal): -15979375 or 9513996. OLE color: 9513996.
HSL color Cylindrical-coordinate representation of color #0C2C91: hue angle of 225.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2C91 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 44 | 145 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.43 |
| HSL | 225.56º | 0.85% | 0.31% | - |
| HSV(B) | 225.56º | 0.92% | 0.57% | - |
| XYZ | 6.16 | 3.92 | 27.22 | - |
| YUV | 45.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 145 | 0.92 | 0.70 | 0 | 0.43 | 225.56 | 0.85 | 0.31 |
| Hex | C | 2C | 91 | 5C | 46 | 0 | 2B | E2 | 55 | 1F |
| Octal | 14 | 54 | 221 | 134 | 106 | 0 | 53 | 342 | 125 | 37 |
| Binary | 1100 | 101100 | 10010001 | 1011100 | 1000110 | 0 | 101011 | 11100010 | 1010101 | 11111 |
Color Harmonies of #0C2C91
Complementary color
Monochromatic Colors of #0C2C91
Black with #0C2C91
Text Example
Text Example
White with #0C2C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2C91; }
p { color: rgb(12,44,145); }
H1.HeaderClassName
{
color: #0C2C91;
}
.AnyTagClassName
{
color: #0C2C91;
}
</style>
background-color css
<style>
a { background-color: #0C2C91; }
a { background-color: rgb(12,44,145); }
div.DivClassName
{
background-color: #0C2C91;
}
.BgClassName
{
background-color: #0C2C91;
}
</style>
border-color css
<style>
span { border-color: #0C2C91; }
span { border-color: rgb(12,44,145); }
td.TdClassName
{
border-color: #0C2C91;
}
.TagClassName
{
border-color: #0C2C91;
}
</style>