Shades of Smalt #0C429A
Tints of Smalt #0C429A
RGB
CMYK
RGB Variations
Color information
#0C429A (or 0x0C429A) is known color: Smalt. HEX triplet: 0C, 42 and 9A. RGB value is (12,66,154). Sum of RGB (Red+Green+Blue) = 12+66+154=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C429A is #F3BD65. Grayscale: #3B3B3B. Windows color (decimal): -15973734 or 10109452. OLE color: 10109452.
HSL color Cylindrical-coordinate representation of color #0C429A: hue angle of 217.18º 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 #0C429A is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 66 | 154 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.40 |
| HSL | 217.18º | 0.86% | 0.33% | - |
| HSV(B) | 217.18º | 0.92% | 0.6% | - |
| XYZ | 7.93 | 6.31 | 31.37 | - |
| YUV | 59.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 154 | 0.92 | 0.57 | 0 | 0.40 | 217.18 | 0.86 | 0.33 |
| Hex | C | 42 | 9A | 5C | 39 | 0 | 28 | D9 | 56 | 21 |
| Octal | 14 | 102 | 232 | 134 | 71 | 0 | 50 | 331 | 126 | 41 |
| Binary | 1100 | 1000010 | 10011010 | 1011100 | 111001 | 0 | 101000 | 11011001 | 1010110 | 100001 |
Color Harmonies of #0C429A
Complementary color
Monochromatic Colors of #0C429A
Black with #0C429A
Text Example
Text Example
White with #0C429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C429A; }
p { color: rgb(12,66,154); }
H1.HeaderClassName
{
color: #0C429A;
}
.AnyTagClassName
{
color: #0C429A;
}
</style>
background-color css
<style>
a { background-color: #0C429A; }
a { background-color: rgb(12,66,154); }
div.DivClassName
{
background-color: #0C429A;
}
.BgClassName
{
background-color: #0C429A;
}
</style>
border-color css
<style>
span { border-color: #0C429A; }
span { border-color: rgb(12,66,154); }
td.TdClassName
{
border-color: #0C429A;
}
.TagClassName
{
border-color: #0C429A;
}
</style>