Shades of Smalt #0C358F
Tints of Smalt #0C358F
RGB
CMYK
RGB Variations
Color information
#0C358F (or 0x0C358F) is known color: Smalt. HEX triplet: 0C, 35 and 8F. RGB value is (12,53,143). Sum of RGB (Red+Green+Blue) = 12+53+143=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C358F is #F3CA70. Grayscale: #323232. Windows color (decimal): -15977073 or 9385228. OLE color: 9385228.
HSL color Cylindrical-coordinate representation of color #0C358F: hue angle of 221.22º degrees, saturation: 0.85, 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 #0C358F is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 53 | 143 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.44 |
| HSL | 221.22º | 0.85% | 0.3% | - |
| HSV(B) | 221.22º | 0.92% | 0.56% | - |
| XYZ | 6.38 | 4.61 | 26.54 | - |
| YUV | 51 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 143 | 0.92 | 0.63 | 0 | 0.44 | 221.22 | 0.85 | 0.3 |
| Hex | C | 35 | 8F | 5C | 3F | 0 | 2C | DD | 55 | 1E |
| Octal | 14 | 65 | 217 | 134 | 77 | 0 | 54 | 335 | 125 | 36 |
| Binary | 1100 | 110101 | 10001111 | 1011100 | 111111 | 0 | 101100 | 11011101 | 1010101 | 11110 |
Color Harmonies of #0C358F
Complementary color
Monochromatic Colors of #0C358F
Black with #0C358F
Text Example
Text Example
White with #0C358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C358F; }
p { color: rgb(12,53,143); }
H1.HeaderClassName
{
color: #0C358F;
}
.AnyTagClassName
{
color: #0C358F;
}
</style>
background-color css
<style>
a { background-color: #0C358F; }
a { background-color: rgb(12,53,143); }
div.DivClassName
{
background-color: #0C358F;
}
.BgClassName
{
background-color: #0C358F;
}
</style>
border-color css
<style>
span { border-color: #0C358F; }
span { border-color: rgb(12,53,143); }
td.TdClassName
{
border-color: #0C358F;
}
.TagClassName
{
border-color: #0C358F;
}
</style>