Shades of Smalt #0C3194
Tints of Smalt #0C3194
RGB
CMYK
RGB Variations
Color information
#0C3194 (or 0x0C3194) is known color: Smalt. HEX triplet: 0C, 31 and 94. RGB value is (12,49,148). Sum of RGB (Red+Green+Blue) = 12+49+148=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C3194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3194 is #F3CE6B. Grayscale: #303030. Windows color (decimal): -15978092 or 9711884. OLE color: 9711884.
HSL color Cylindrical-coordinate representation of color #0C3194: hue angle of 223.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3194 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 49 | 148 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.42 |
| HSL | 223.68º | 0.85% | 0.31% | - |
| HSV(B) | 223.68º | 0.92% | 0.58% | - |
| XYZ | 6.6 | 4.41 | 28.52 | - |
| YUV | 49.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 148 | 0.92 | 0.67 | 0 | 0.42 | 223.68 | 0.85 | 0.31 |
| Hex | C | 31 | 94 | 5C | 43 | 0 | 2A | E0 | 55 | 1F |
| Octal | 14 | 61 | 224 | 134 | 103 | 0 | 52 | 340 | 125 | 37 |
| Binary | 1100 | 110001 | 10010100 | 1011100 | 1000011 | 0 | 101010 | 11100000 | 1010101 | 11111 |
Color Harmonies of #0C3194
Complementary color
Monochromatic Colors of #0C3194
Black with #0C3194
Text Example
Text Example
White with #0C3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3194; }
p { color: rgb(12,49,148); }
H1.HeaderClassName
{
color: #0C3194;
}
.AnyTagClassName
{
color: #0C3194;
}
</style>
background-color css
<style>
a { background-color: #0C3194; }
a { background-color: rgb(12,49,148); }
div.DivClassName
{
background-color: #0C3194;
}
.BgClassName
{
background-color: #0C3194;
}
</style>
border-color css
<style>
span { border-color: #0C3194; }
span { border-color: rgb(12,49,148); }
td.TdClassName
{
border-color: #0C3194;
}
.TagClassName
{
border-color: #0C3194;
}
</style>