Shades of Smalt #0C398F
Tints of Smalt #0C398F
RGB
CMYK
RGB Variations
Color information
#0C398F (or 0x0C398F) is known color: Smalt. HEX triplet: 0C, 39 and 8F. RGB value is (12,57,143). Sum of RGB (Red+Green+Blue) = 12+57+143=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C398F is #F3C670. Grayscale: #343434. Windows color (decimal): -15976049 or 9386252. OLE color: 9386252.
HSL color Cylindrical-coordinate representation of color #0C398F: hue angle of 219.39º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C398F is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 57 | 143 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.44 |
| HSL | 219.39º | 0.85% | 0.3% | - |
| HSV(B) | 219.39º | 0.92% | 0.56% | - |
| XYZ | 6.57 | 4.99 | 26.6 | - |
| YUV | 53.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 143 | 0.92 | 0.60 | 0 | 0.44 | 219.39 | 0.85 | 0.3 |
| Hex | C | 39 | 8F | 5C | 3C | 0 | 2C | DB | 55 | 1E |
| Octal | 14 | 71 | 217 | 134 | 74 | 0 | 54 | 333 | 125 | 36 |
| Binary | 1100 | 111001 | 10001111 | 1011100 | 111100 | 0 | 101100 | 11011011 | 1010101 | 11110 |
Color Harmonies of #0C398F
Complementary color
Monochromatic Colors of #0C398F
Black with #0C398F
Text Example
Text Example
White with #0C398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C398F; }
p { color: rgb(12,57,143); }
H1.HeaderClassName
{
color: #0C398F;
}
.AnyTagClassName
{
color: #0C398F;
}
</style>
background-color css
<style>
a { background-color: #0C398F; }
a { background-color: rgb(12,57,143); }
div.DivClassName
{
background-color: #0C398F;
}
.BgClassName
{
background-color: #0C398F;
}
</style>
border-color css
<style>
span { border-color: #0C398F; }
span { border-color: rgb(12,57,143); }
td.TdClassName
{
border-color: #0C398F;
}
.TagClassName
{
border-color: #0C398F;
}
</style>