Shades of Smalt #0C2D8D
Tints of Smalt #0C2D8D
RGB
CMYK
RGB Variations
Color information
#0C2D8D (or 0x0C2D8D) is known color: Smalt. HEX triplet: 0C, 2D and 8D. RGB value is (12,45,141). Sum of RGB (Red+Green+Blue) = 12+45+141=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C2D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2D8D is #F3D272. Grayscale: #2D2D2D. Windows color (decimal): -15979123 or 9252108. OLE color: 9252108.
HSL color Cylindrical-coordinate representation of color #0C2D8D: hue angle of 224.65º 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 #0C2D8D is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 45 | 141 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.45 |
| HSL | 224.65º | 0.84% | 0.3% | - |
| HSV(B) | 224.65º | 0.91% | 0.55% | - |
| XYZ | 5.9 | 3.88 | 25.64 | - |
| YUV | 46.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 141 | 0.91 | 0.68 | 0 | 0.45 | 224.65 | 0.84 | 0.3 |
| Hex | C | 2D | 8D | 5B | 44 | 0 | 2D | E1 | 54 | 1E |
| Octal | 14 | 55 | 215 | 133 | 104 | 0 | 55 | 341 | 124 | 36 |
| Binary | 1100 | 101101 | 10001101 | 1011011 | 1000100 | 0 | 101101 | 11100001 | 1010100 | 11110 |
Color Harmonies of #0C2D8D
Complementary color
Monochromatic Colors of #0C2D8D
Black with #0C2D8D
Text Example
Text Example
White with #0C2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D8D; }
p { color: rgb(12,45,141); }
H1.HeaderClassName
{
color: #0C2D8D;
}
.AnyTagClassName
{
color: #0C2D8D;
}
</style>
background-color css
<style>
a { background-color: #0C2D8D; }
a { background-color: rgb(12,45,141); }
div.DivClassName
{
background-color: #0C2D8D;
}
.BgClassName
{
background-color: #0C2D8D;
}
</style>
border-color css
<style>
span { border-color: #0C2D8D; }
span { border-color: rgb(12,45,141); }
td.TdClassName
{
border-color: #0C2D8D;
}
.TagClassName
{
border-color: #0C2D8D;
}
</style>