Shades of Smalt #0C3789
Tints of Smalt #0C3789
RGB
CMYK
RGB Variations
Color information
#0C3789 (or 0x0C3789) is known color: Smalt. HEX triplet: 0C, 37 and 89. RGB value is (12,55,137). Sum of RGB (Red+Green+Blue) = 12+55+137=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C3789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3789 is #F3C876. Grayscale: #333333. Windows color (decimal): -15976567 or 8992524. OLE color: 8992524.
HSL color Cylindrical-coordinate representation of color #0C3789: hue angle of 219.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3789 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 55 | 137 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.46 |
| HSL | 219.36º | 0.84% | 0.29% | - |
| HSV(B) | 219.36º | 0.91% | 0.54% | - |
| XYZ | 6.03 | 4.62 | 24.24 | - |
| YUV | 51.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 137 | 0.91 | 0.60 | 0 | 0.46 | 219.36 | 0.84 | 0.29 |
| Hex | C | 37 | 89 | 5B | 3C | 0 | 2E | DB | 54 | 1D |
| Octal | 14 | 67 | 211 | 133 | 74 | 0 | 56 | 333 | 124 | 35 |
| Binary | 1100 | 110111 | 10001001 | 1011011 | 111100 | 0 | 101110 | 11011011 | 1010100 | 11101 |
Color Harmonies of #0C3789
Complementary color
Monochromatic Colors of #0C3789
Black with #0C3789
Text Example
Text Example
White with #0C3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3789; }
p { color: rgb(12,55,137); }
H1.HeaderClassName
{
color: #0C3789;
}
.AnyTagClassName
{
color: #0C3789;
}
</style>
background-color css
<style>
a { background-color: #0C3789; }
a { background-color: rgb(12,55,137); }
div.DivClassName
{
background-color: #0C3789;
}
.BgClassName
{
background-color: #0C3789;
}
</style>
border-color css
<style>
span { border-color: #0C3789; }
span { border-color: rgb(12,55,137); }
td.TdClassName
{
border-color: #0C3789;
}
.TagClassName
{
border-color: #0C3789;
}
</style>