Shades of Sapphire #0C2679
Tints of Sapphire #0C2679
RGB
CMYK
RGB Variations
Color information
#0C2679 (or 0x0C2679) is known color: Sapphire. HEX triplet: 0C, 26 and 79. RGB value is (12,38,121). Sum of RGB (Red+Green+Blue) = 12+38+121=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C2679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2679 is #F3D986. Grayscale: #272727. Windows color (decimal): -15980935 or 7939596. OLE color: 7939596.
HSL color Cylindrical-coordinate representation of color #0C2679: hue angle of 225.69º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2679 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 38 | 121 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.53 |
| HSL | 225.69º | 0.82% | 0.26% | - |
| HSV(B) | 225.69º | 0.9% | 0.47% | - |
| XYZ | 4.3 | 2.84 | 18.41 | - |
| YUV | 39.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 121 | 0.90 | 0.69 | 0 | 0.53 | 225.69 | 0.82 | 0.26 |
| Hex | C | 26 | 79 | 5A | 45 | 0 | 35 | E2 | 52 | 1A |
| Octal | 14 | 46 | 171 | 132 | 105 | 0 | 65 | 342 | 122 | 32 |
| Binary | 1100 | 100110 | 1111001 | 1011010 | 1000101 | 0 | 110101 | 11100010 | 1010010 | 11010 |
Color Harmonies of #0C2679
Complementary color
Monochromatic Colors of #0C2679
Black with #0C2679
Text Example
Text Example
White with #0C2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2679; }
p { color: rgb(12,38,121); }
H1.HeaderClassName
{
color: #0C2679;
}
.AnyTagClassName
{
color: #0C2679;
}
</style>
background-color css
<style>
a { background-color: #0C2679; }
a { background-color: rgb(12,38,121); }
div.DivClassName
{
background-color: #0C2679;
}
.BgClassName
{
background-color: #0C2679;
}
</style>
border-color css
<style>
span { border-color: #0C2679; }
span { border-color: rgb(12,38,121); }
td.TdClassName
{
border-color: #0C2679;
}
.TagClassName
{
border-color: #0C2679;
}
</style>