Shades of Smalt #0C318E
Tints of Smalt #0C318E
RGB
CMYK
RGB Variations
Color information
#0C318E (or 0x0C318E) is known color: Smalt. HEX triplet: 0C, 31 and 8E. RGB value is (12,49,142). Sum of RGB (Red+Green+Blue) = 12+49+142=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C318E is #F3CE71. Grayscale: #303030. Windows color (decimal): -15978098 or 9318668. OLE color: 9318668.
HSL color Cylindrical-coordinate representation of color #0C318E: hue angle of 222.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C318E is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 49 | 142 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.44 |
| HSL | 222.92º | 0.84% | 0.3% | - |
| HSV(B) | 222.92º | 0.92% | 0.56% | - |
| XYZ | 6.13 | 4.23 | 26.08 | - |
| YUV | 48.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 142 | 0.92 | 0.65 | 0 | 0.44 | 222.92 | 0.84 | 0.3 |
| Hex | C | 31 | 8E | 5C | 41 | 0 | 2C | DF | 54 | 1E |
| Octal | 14 | 61 | 216 | 134 | 101 | 0 | 54 | 337 | 124 | 36 |
| Binary | 1100 | 110001 | 10001110 | 1011100 | 1000001 | 0 | 101100 | 11011111 | 1010100 | 11110 |
Color Harmonies of #0C318E
Complementary color
Monochromatic Colors of #0C318E
Black with #0C318E
Text Example
Text Example
White with #0C318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C318E; }
p { color: rgb(12,49,142); }
H1.HeaderClassName
{
color: #0C318E;
}
.AnyTagClassName
{
color: #0C318E;
}
</style>
background-color css
<style>
a { background-color: #0C318E; }
a { background-color: rgb(12,49,142); }
div.DivClassName
{
background-color: #0C318E;
}
.BgClassName
{
background-color: #0C318E;
}
</style>
border-color css
<style>
span { border-color: #0C318E; }
span { border-color: rgb(12,49,142); }
td.TdClassName
{
border-color: #0C318E;
}
.TagClassName
{
border-color: #0C318E;
}
</style>