Shades of Smalt #0C3492
Tints of Smalt #0C3492
RGB
CMYK
RGB Variations
Color information
#0C3492 (or 0x0C3492) is known color: Smalt. HEX triplet: 0C, 34 and 92. RGB value is (12,52,146). Sum of RGB (Red+Green+Blue) = 12+52+146=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C3492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3492 is #F3CB6D. Grayscale: #323232. Windows color (decimal): -15977326 or 9581580. OLE color: 9581580.
HSL color Cylindrical-coordinate representation of color #0C3492: hue angle of 222.09º 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 #0C3492 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 52 | 146 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.43 |
| HSL | 222.09º | 0.85% | 0.31% | - |
| HSV(B) | 222.09º | 0.92% | 0.57% | - |
| XYZ | 6.57 | 4.61 | 27.74 | - |
| YUV | 50.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 146 | 0.92 | 0.64 | 0 | 0.43 | 222.09 | 0.85 | 0.31 |
| Hex | C | 34 | 92 | 5C | 40 | 0 | 2B | DE | 55 | 1F |
| Octal | 14 | 64 | 222 | 134 | 100 | 0 | 53 | 336 | 125 | 37 |
| Binary | 1100 | 110100 | 10010010 | 1011100 | 1000000 | 0 | 101011 | 11011110 | 1010101 | 11111 |
Color Harmonies of #0C3492
Complementary color
Monochromatic Colors of #0C3492
Black with #0C3492
Text Example
Text Example
White with #0C3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3492; }
p { color: rgb(12,52,146); }
H1.HeaderClassName
{
color: #0C3492;
}
.AnyTagClassName
{
color: #0C3492;
}
</style>
background-color css
<style>
a { background-color: #0C3492; }
a { background-color: rgb(12,52,146); }
div.DivClassName
{
background-color: #0C3492;
}
.BgClassName
{
background-color: #0C3492;
}
</style>
border-color css
<style>
span { border-color: #0C3492; }
span { border-color: rgb(12,52,146); }
td.TdClassName
{
border-color: #0C3492;
}
.TagClassName
{
border-color: #0C3492;
}
</style>