Shades of Smalt #0C378A
Tints of Smalt #0C378A
RGB
CMYK
RGB Variations
Color information
#0C378A (or 0x0C378A) is known color: Smalt. HEX triplet: 0C, 37 and 8A. RGB value is (12,55,138). Sum of RGB (Red+Green+Blue) = 12+55+138=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C378A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C378A is #F3C875. Grayscale: #333333. Windows color (decimal): -15976566 or 9058060. OLE color: 9058060.
HSL color Cylindrical-coordinate representation of color #0C378A: hue angle of 219.52º 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 #0C378A is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 55 | 138 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.46 |
| HSL | 219.52º | 0.84% | 0.29% | - |
| HSV(B) | 219.52º | 0.91% | 0.54% | - |
| XYZ | 6.11 | 4.65 | 24.62 | - |
| YUV | 51.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 138 | 0.91 | 0.60 | 0 | 0.46 | 219.52 | 0.84 | 0.29 |
| Hex | C | 37 | 8A | 5B | 3C | 0 | 2E | DC | 54 | 1D |
| Octal | 14 | 67 | 212 | 133 | 74 | 0 | 56 | 334 | 124 | 35 |
| Binary | 1100 | 110111 | 10001010 | 1011011 | 111100 | 0 | 101110 | 11011100 | 1010100 | 11101 |
Color Harmonies of #0C378A
Complementary color
Monochromatic Colors of #0C378A
Black with #0C378A
Text Example
Text Example
White with #0C378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C378A; }
p { color: rgb(12,55,138); }
H1.HeaderClassName
{
color: #0C378A;
}
.AnyTagClassName
{
color: #0C378A;
}
</style>
background-color css
<style>
a { background-color: #0C378A; }
a { background-color: rgb(12,55,138); }
div.DivClassName
{
background-color: #0C378A;
}
.BgClassName
{
background-color: #0C378A;
}
</style>
border-color css
<style>
span { border-color: #0C378A; }
span { border-color: rgb(12,55,138); }
td.TdClassName
{
border-color: #0C378A;
}
.TagClassName
{
border-color: #0C378A;
}
</style>