Shades of Smalt #0C368D
Tints of Smalt #0C368D
RGB
CMYK
RGB Variations
Color information
#0C368D (or 0x0C368D) is known color: Smalt. HEX triplet: 0C, 36 and 8D. RGB value is (12,54,141). Sum of RGB (Red+Green+Blue) = 12+54+141=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C368D is #F3C972. Grayscale: #323232. Windows color (decimal): -15976819 or 9254412. OLE color: 9254412.
HSL color Cylindrical-coordinate representation of color #0C368D: hue angle of 220.47º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C368D is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 54 | 141 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.45 |
| HSL | 220.47º | 0.84% | 0.3% | - |
| HSV(B) | 220.47º | 0.91% | 0.55% | - |
| XYZ | 6.28 | 4.64 | 25.76 | - |
| YUV | 51.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 141 | 0.91 | 0.62 | 0 | 0.45 | 220.47 | 0.84 | 0.3 |
| Hex | C | 36 | 8D | 5B | 3E | 0 | 2D | DC | 54 | 1E |
| Octal | 14 | 66 | 215 | 133 | 76 | 0 | 55 | 334 | 124 | 36 |
| Binary | 1100 | 110110 | 10001101 | 1011011 | 111110 | 0 | 101101 | 11011100 | 1010100 | 11110 |
Color Harmonies of #0C368D
Complementary color
Monochromatic Colors of #0C368D
Black with #0C368D
Text Example
Text Example
White with #0C368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C368D; }
p { color: rgb(12,54,141); }
H1.HeaderClassName
{
color: #0C368D;
}
.AnyTagClassName
{
color: #0C368D;
}
</style>
background-color css
<style>
a { background-color: #0C368D; }
a { background-color: rgb(12,54,141); }
div.DivClassName
{
background-color: #0C368D;
}
.BgClassName
{
background-color: #0C368D;
}
</style>
border-color css
<style>
span { border-color: #0C368D; }
span { border-color: rgb(12,54,141); }
td.TdClassName
{
border-color: #0C368D;
}
.TagClassName
{
border-color: #0C368D;
}
</style>