Shades of Sapphire #0C316C
Tints of Sapphire #0C316C
RGB
CMYK
RGB Variations
Color information
#0C316C (or 0x0C316C) is known color: Sapphire. HEX triplet: 0C, 31 and 6C. RGB value is (12,49,108). Sum of RGB (Red+Green+Blue) = 12+49+108=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C316C is #F3CE93. Grayscale: #2C2C2C. Windows color (decimal): -15978132 or 7090444. OLE color: 7090444.
HSL color Cylindrical-coordinate representation of color #0C316C: hue angle of 216.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C316C is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 49 | 108 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.58 |
| HSL | 216.88º | 0.8% | 0.24% | - |
| HSV(B) | 216.88º | 0.89% | 0.42% | - |
| XYZ | 3.96 | 3.36 | 14.63 | - |
| YUV | 44.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 108 | 0.89 | 0.55 | 0 | 0.58 | 216.88 | 0.8 | 0.24 |
| Hex | C | 31 | 6C | 59 | 37 | 0 | 3A | D9 | 50 | 18 |
| Octal | 14 | 61 | 154 | 131 | 67 | 0 | 72 | 331 | 120 | 30 |
| Binary | 1100 | 110001 | 1101100 | 1011001 | 110111 | 0 | 111010 | 11011001 | 1010000 | 11000 |
Color Harmonies of #0C316C
Complementary color
Monochromatic Colors of #0C316C
Black with #0C316C
Text Example
Text Example
White with #0C316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C316C; }
p { color: rgb(12,49,108); }
H1.HeaderClassName
{
color: #0C316C;
}
.AnyTagClassName
{
color: #0C316C;
}
</style>
background-color css
<style>
a { background-color: #0C316C; }
a { background-color: rgb(12,49,108); }
div.DivClassName
{
background-color: #0C316C;
}
.BgClassName
{
background-color: #0C316C;
}
</style>
border-color css
<style>
span { border-color: #0C316C; }
span { border-color: rgb(12,49,108); }
td.TdClassName
{
border-color: #0C316C;
}
.TagClassName
{
border-color: #0C316C;
}
</style>