Shades of Sapphire #0C316D
Tints of Sapphire #0C316D
RGB
CMYK
RGB Variations
Color information
#0C316D (or 0x0C316D) is known color: Sapphire. HEX triplet: 0C, 31 and 6D. RGB value is (12,49,109). Sum of RGB (Red+Green+Blue) = 12+49+109=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C316D is #F3CE92. Grayscale: #2C2C2C. Windows color (decimal): -15978131 or 7155980. OLE color: 7155980.
HSL color Cylindrical-coordinate representation of color #0C316D: hue angle of 217.11º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C316D is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 49 | 109 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.57 |
| HSL | 217.11º | 0.8% | 0.24% | - |
| HSV(B) | 217.11º | 0.89% | 0.43% | - |
| XYZ | 4.01 | 3.38 | 14.91 | - |
| YUV | 44.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 109 | 0.89 | 0.55 | 0 | 0.57 | 217.11 | 0.8 | 0.24 |
| Hex | C | 31 | 6D | 59 | 37 | 0 | 39 | D9 | 50 | 18 |
| Octal | 14 | 61 | 155 | 131 | 67 | 0 | 71 | 331 | 120 | 30 |
| Binary | 1100 | 110001 | 1101101 | 1011001 | 110111 | 0 | 111001 | 11011001 | 1010000 | 11000 |
Color Harmonies of #0C316D
Complementary color
Monochromatic Colors of #0C316D
Black with #0C316D
Text Example
Text Example
White with #0C316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C316D; }
p { color: rgb(12,49,109); }
H1.HeaderClassName
{
color: #0C316D;
}
.AnyTagClassName
{
color: #0C316D;
}
</style>
background-color css
<style>
a { background-color: #0C316D; }
a { background-color: rgb(12,49,109); }
div.DivClassName
{
background-color: #0C316D;
}
.BgClassName
{
background-color: #0C316D;
}
</style>
border-color css
<style>
span { border-color: #0C316D; }
span { border-color: rgb(12,49,109); }
td.TdClassName
{
border-color: #0C316D;
}
.TagClassName
{
border-color: #0C316D;
}
</style>