Shades of Smalt #0C3699
Tints of Smalt #0C3699
RGB
CMYK
RGB Variations
Color information
#0C3699 (or 0x0C3699) is known color: Smalt. HEX triplet: 0C, 36 and 99. RGB value is (12,54,153). Sum of RGB (Red+Green+Blue) = 12+54+153=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C3699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3699 is #F3C966. Grayscale: #343434. Windows color (decimal): -15976807 or 10040844. OLE color: 10040844.
HSL color Cylindrical-coordinate representation of color #0C3699: hue angle of 222.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3699 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 54 | 153 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.4 |
| HSL | 222.13º | 0.85% | 0.32% | - |
| HSV(B) | 222.13º | 0.92% | 0.6% | - |
| XYZ | 7.22 | 5.02 | 30.72 | - |
| YUV | 52.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 153 | 0.92 | 0.65 | 0 | 0.4 | 222.13 | 0.85 | 0.32 |
| Hex | C | 36 | 99 | 5C | 41 | 0 | 28 | DE | 55 | 20 |
| Octal | 14 | 66 | 231 | 134 | 101 | 0 | 50 | 336 | 125 | 40 |
| Binary | 1100 | 110110 | 10011001 | 1011100 | 1000001 | 0 | 101000 | 11011110 | 1010101 | 100000 |
Color Harmonies of #0C3699
Complementary color
Monochromatic Colors of #0C3699
Black with #0C3699
Text Example
Text Example
White with #0C3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3699; }
p { color: rgb(12,54,153); }
H1.HeaderClassName
{
color: #0C3699;
}
.AnyTagClassName
{
color: #0C3699;
}
</style>
background-color css
<style>
a { background-color: #0C3699; }
a { background-color: rgb(12,54,153); }
div.DivClassName
{
background-color: #0C3699;
}
.BgClassName
{
background-color: #0C3699;
}
</style>
border-color css
<style>
span { border-color: #0C3699; }
span { border-color: rgb(12,54,153); }
td.TdClassName
{
border-color: #0C3699;
}
.TagClassName
{
border-color: #0C3699;
}
</style>