Shades of Smalt #0C409A
Tints of Smalt #0C409A
RGB
CMYK
RGB Variations
Color information
#0C409A (or 0x0C409A) is known color: Smalt. HEX triplet: 0C, 40 and 9A. RGB value is (12,64,154). Sum of RGB (Red+Green+Blue) = 12+64+154=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C409A is #F3BF65. Grayscale: #3A3A3A. Windows color (decimal): -15974246 or 10108940. OLE color: 10108940.
HSL color Cylindrical-coordinate representation of color #0C409A: hue angle of 218.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C409A is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 64 | 154 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.40 |
| HSL | 218.03º | 0.86% | 0.33% | - |
| HSV(B) | 218.03º | 0.92% | 0.6% | - |
| XYZ | 7.82 | 6.08 | 31.33 | - |
| YUV | 58.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 154 | 0.92 | 0.58 | 0 | 0.40 | 218.03 | 0.86 | 0.33 |
| Hex | C | 40 | 9A | 5C | 3A | 0 | 28 | DA | 56 | 21 |
| Octal | 14 | 100 | 232 | 134 | 72 | 0 | 50 | 332 | 126 | 41 |
| Binary | 1100 | 1000000 | 10011010 | 1011100 | 111010 | 0 | 101000 | 11011010 | 1010110 | 100001 |
Color Harmonies of #0C409A
Complementary color
Monochromatic Colors of #0C409A
Black with #0C409A
Text Example
Text Example
White with #0C409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C409A; }
p { color: rgb(12,64,154); }
H1.HeaderClassName
{
color: #0C409A;
}
.AnyTagClassName
{
color: #0C409A;
}
</style>
background-color css
<style>
a { background-color: #0C409A; }
a { background-color: rgb(12,64,154); }
div.DivClassName
{
background-color: #0C409A;
}
.BgClassName
{
background-color: #0C409A;
}
</style>
border-color css
<style>
span { border-color: #0C409A; }
span { border-color: rgb(12,64,154); }
td.TdClassName
{
border-color: #0C409A;
}
.TagClassName
{
border-color: #0C409A;
}
</style>