Shades of Smalt #0C3485
Tints of Smalt #0C3485
RGB
CMYK
RGB Variations
Color information
#0C3485 (or 0x0C3485) is known color: Smalt. HEX triplet: 0C, 34 and 85. RGB value is (12,52,133). Sum of RGB (Red+Green+Blue) = 12+52+133=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C3485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3485 is #F3CB7A. Grayscale: #303030. Windows color (decimal): -15977339 or 8729612. OLE color: 8729612.
HSL color Cylindrical-coordinate representation of color #0C3485: hue angle of 220.17º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3485 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 52 | 133 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.48 |
| HSL | 220.17º | 0.83% | 0.28% | - |
| HSV(B) | 220.17º | 0.91% | 0.52% | - |
| XYZ | 5.61 | 4.23 | 22.71 | - |
| YUV | 49.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 133 | 0.91 | 0.61 | 0 | 0.48 | 220.17 | 0.83 | 0.28 |
| Hex | C | 34 | 85 | 5B | 3D | 0 | 30 | DC | 53 | 1C |
| Octal | 14 | 64 | 205 | 133 | 75 | 0 | 60 | 334 | 123 | 34 |
| Binary | 1100 | 110100 | 10000101 | 1011011 | 111101 | 0 | 110000 | 11011100 | 1010011 | 11100 |
Color Harmonies of #0C3485
Complementary color
Monochromatic Colors of #0C3485
Black with #0C3485
Text Example
Text Example
White with #0C3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3485; }
p { color: rgb(12,52,133); }
H1.HeaderClassName
{
color: #0C3485;
}
.AnyTagClassName
{
color: #0C3485;
}
</style>
background-color css
<style>
a { background-color: #0C3485; }
a { background-color: rgb(12,52,133); }
div.DivClassName
{
background-color: #0C3485;
}
.BgClassName
{
background-color: #0C3485;
}
</style>
border-color css
<style>
span { border-color: #0C3485; }
span { border-color: rgb(12,52,133); }
td.TdClassName
{
border-color: #0C3485;
}
.TagClassName
{
border-color: #0C3485;
}
</style>