Shades of Smalt #0C3095
Tints of Smalt #0C3095
RGB
CMYK
RGB Variations
Color information
#0C3095 (or 0x0C3095) is known color: Smalt. HEX triplet: 0C, 30 and 95. RGB value is (12,48,149). Sum of RGB (Red+Green+Blue) = 12+48+149=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C3095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3095 is #F3CF6A. Grayscale: #303030. Windows color (decimal): -15978347 or 9777164. OLE color: 9777164.
HSL color Cylindrical-coordinate representation of color #0C3095: hue angle of 224.23º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3095 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 48 | 149 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.42 |
| HSL | 224.23º | 0.85% | 0.32% | - |
| HSV(B) | 224.23º | 0.92% | 0.58% | - |
| XYZ | 6.63 | 4.36 | 28.93 | - |
| YUV | 48.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 149 | 0.92 | 0.68 | 0 | 0.42 | 224.23 | 0.85 | 0.32 |
| Hex | C | 30 | 95 | 5C | 44 | 0 | 2A | E0 | 55 | 20 |
| Octal | 14 | 60 | 225 | 134 | 104 | 0 | 52 | 340 | 125 | 40 |
| Binary | 1100 | 110000 | 10010101 | 1011100 | 1000100 | 0 | 101010 | 11100000 | 1010101 | 100000 |
Color Harmonies of #0C3095
Complementary color
Monochromatic Colors of #0C3095
Black with #0C3095
Text Example
Text Example
White with #0C3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3095; }
p { color: rgb(12,48,149); }
H1.HeaderClassName
{
color: #0C3095;
}
.AnyTagClassName
{
color: #0C3095;
}
</style>
background-color css
<style>
a { background-color: #0C3095; }
a { background-color: rgb(12,48,149); }
div.DivClassName
{
background-color: #0C3095;
}
.BgClassName
{
background-color: #0C3095;
}
</style>
border-color css
<style>
span { border-color: #0C3095; }
span { border-color: rgb(12,48,149); }
td.TdClassName
{
border-color: #0C3095;
}
.TagClassName
{
border-color: #0C3095;
}
</style>