Shades of Smalt #0C4392
Tints of Smalt #0C4392
RGB
CMYK
RGB Variations
Color information
#0C4392 (or 0x0C4392) is known color: Smalt. HEX triplet: 0C, 43 and 92. RGB value is (12,67,146). Sum of RGB (Red+Green+Blue) = 12+67+146=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C4392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4392 is #F3BC6D. Grayscale: #3B3B3B. Windows color (decimal): -15973486 or 9585420. OLE color: 9585420.
HSL color Cylindrical-coordinate representation of color #0C4392: hue angle of 215.37º 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 #0C4392 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 67 | 146 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.43 |
| HSL | 215.37º | 0.85% | 0.31% | - |
| HSV(B) | 215.37º | 0.92% | 0.57% | - |
| XYZ | 7.35 | 6.17 | 28 | - |
| YUV | 59.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 146 | 0.92 | 0.54 | 0 | 0.43 | 215.37 | 0.85 | 0.31 |
| Hex | C | 43 | 92 | 5C | 36 | 0 | 2B | D7 | 55 | 1F |
| Octal | 14 | 103 | 222 | 134 | 66 | 0 | 53 | 327 | 125 | 37 |
| Binary | 1100 | 1000011 | 10010010 | 1011100 | 110110 | 0 | 101011 | 11010111 | 1010101 | 11111 |
Color Harmonies of #0C4392
Complementary color
Monochromatic Colors of #0C4392
Black with #0C4392
Text Example
Text Example
White with #0C4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4392; }
p { color: rgb(12,67,146); }
H1.HeaderClassName
{
color: #0C4392;
}
.AnyTagClassName
{
color: #0C4392;
}
</style>
background-color css
<style>
a { background-color: #0C4392; }
a { background-color: rgb(12,67,146); }
div.DivClassName
{
background-color: #0C4392;
}
.BgClassName
{
background-color: #0C4392;
}
</style>
border-color css
<style>
span { border-color: #0C4392; }
span { border-color: rgb(12,67,146); }
td.TdClassName
{
border-color: #0C4392;
}
.TagClassName
{
border-color: #0C4392;
}
</style>