Shades of Smalt #0C419B
Tints of Smalt #0C419B
RGB
CMYK
RGB Variations
Color information
#0C419B (or 0x0C419B) is known color: Smalt. HEX triplet: 0C, 41 and 9B. RGB value is (12,65,155). Sum of RGB (Red+Green+Blue) = 12+65+155=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C419B is #F3BE64. Grayscale: #3B3B3B. Windows color (decimal): -15973989 or 10174732. OLE color: 10174732.
HSL color Cylindrical-coordinate representation of color #0C419B: hue angle of 217.76º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C419B is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 65 | 155 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.39 |
| HSL | 217.76º | 0.86% | 0.33% | - |
| HSV(B) | 217.76º | 0.92% | 0.61% | - |
| XYZ | 7.96 | 6.23 | 31.79 | - |
| YUV | 59.41 | 181.94 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 155 | 0.92 | 0.58 | 0 | 0.39 | 217.76 | 0.86 | 0.33 |
| Hex | C | 41 | 9B | 5C | 3A | 0 | 27 | DA | 56 | 21 |
| Octal | 14 | 101 | 233 | 134 | 72 | 0 | 47 | 332 | 126 | 41 |
| Binary | 1100 | 1000001 | 10011011 | 1011100 | 111010 | 0 | 100111 | 11011010 | 1010110 | 100001 |
Color Harmonies of #0C419B
Complementary color
Monochromatic Colors of #0C419B
Black with #0C419B
Text Example
Text Example
White with #0C419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C419B; }
p { color: rgb(12,65,155); }
H1.HeaderClassName
{
color: #0C419B;
}
.AnyTagClassName
{
color: #0C419B;
}
</style>
background-color css
<style>
a { background-color: #0C419B; }
a { background-color: rgb(12,65,155); }
div.DivClassName
{
background-color: #0C419B;
}
.BgClassName
{
background-color: #0C419B;
}
</style>
border-color css
<style>
span { border-color: #0C419B; }
span { border-color: rgb(12,65,155); }
td.TdClassName
{
border-color: #0C419B;
}
.TagClassName
{
border-color: #0C419B;
}
</style>