Shades of Smalt #0C2394
Tints of Smalt #0C2394
RGB
CMYK
RGB Variations
Color information
#0C2394 (or 0x0C2394) is known color: Smalt. HEX triplet: 0C, 23 and 94. RGB value is (12,35,148). Sum of RGB (Red+Green+Blue) = 12+35+148=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C2394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2394 is #F3DC6B. Grayscale: #282828. Windows color (decimal): -15981676 or 9708300. OLE color: 9708300.
HSL color Cylindrical-coordinate representation of color #0C2394: hue angle of 229.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2394 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 35 | 148 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.42 |
| HSL | 229.85º | 0.85% | 0.31% | - |
| HSV(B) | 229.85º | 0.92% | 0.58% | - |
| XYZ | 6.1 | 3.42 | 28.36 | - |
| YUV | 41.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 148 | 0.92 | 0.76 | 0 | 0.42 | 229.85 | 0.85 | 0.31 |
| Hex | C | 23 | 94 | 5C | 4C | 0 | 2A | E6 | 55 | 1F |
| Octal | 14 | 43 | 224 | 134 | 114 | 0 | 52 | 346 | 125 | 37 |
| Binary | 1100 | 100011 | 10010100 | 1011100 | 1001100 | 0 | 101010 | 11100110 | 1010101 | 11111 |
Color Harmonies of #0C2394
Complementary color
Monochromatic Colors of #0C2394
Black with #0C2394
Text Example
Text Example
White with #0C2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2394; }
p { color: rgb(12,35,148); }
H1.HeaderClassName
{
color: #0C2394;
}
.AnyTagClassName
{
color: #0C2394;
}
</style>
background-color css
<style>
a { background-color: #0C2394; }
a { background-color: rgb(12,35,148); }
div.DivClassName
{
background-color: #0C2394;
}
.BgClassName
{
background-color: #0C2394;
}
</style>
border-color css
<style>
span { border-color: #0C2394; }
span { border-color: rgb(12,35,148); }
td.TdClassName
{
border-color: #0C2394;
}
.TagClassName
{
border-color: #0C2394;
}
</style>