Shades of Smalt #0C358D
Tints of Smalt #0C358D
RGB
CMYK
RGB Variations
Color information
#0C358D (or 0x0C358D) is known color: Smalt. HEX triplet: 0C, 35 and 8D. RGB value is (12,53,141). Sum of RGB (Red+Green+Blue) = 12+53+141=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C358D is #F3CA72. Grayscale: #323232. Windows color (decimal): -15977075 or 9254156. OLE color: 9254156.
HSL color Cylindrical-coordinate representation of color #0C358D: hue angle of 220.93º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C358D is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 53 | 141 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.45 |
| HSL | 220.93º | 0.84% | 0.3% | - |
| HSV(B) | 220.93º | 0.91% | 0.55% | - |
| XYZ | 6.23 | 4.55 | 25.75 | - |
| YUV | 50.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 141 | 0.91 | 0.62 | 0 | 0.45 | 220.93 | 0.84 | 0.3 |
| Hex | C | 35 | 8D | 5B | 3E | 0 | 2D | DD | 54 | 1E |
| Octal | 14 | 65 | 215 | 133 | 76 | 0 | 55 | 335 | 124 | 36 |
| Binary | 1100 | 110101 | 10001101 | 1011011 | 111110 | 0 | 101101 | 11011101 | 1010100 | 11110 |
Color Harmonies of #0C358D
Complementary color
Monochromatic Colors of #0C358D
Black with #0C358D
Text Example
Text Example
White with #0C358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C358D; }
p { color: rgb(12,53,141); }
H1.HeaderClassName
{
color: #0C358D;
}
.AnyTagClassName
{
color: #0C358D;
}
</style>
background-color css
<style>
a { background-color: #0C358D; }
a { background-color: rgb(12,53,141); }
div.DivClassName
{
background-color: #0C358D;
}
.BgClassName
{
background-color: #0C358D;
}
</style>
border-color css
<style>
span { border-color: #0C358D; }
span { border-color: rgb(12,53,141); }
td.TdClassName
{
border-color: #0C358D;
}
.TagClassName
{
border-color: #0C358D;
}
</style>