Shades of Sapphire #0C2671
Tints of Sapphire #0C2671
RGB
CMYK
RGB Variations
Color information
#0C2671 (or 0x0C2671) is known color: Sapphire. HEX triplet: 0C, 26 and 71. RGB value is (12,38,113). Sum of RGB (Red+Green+Blue) = 12+38+113=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C2671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2671 is #F3D98E. Grayscale: #262626. Windows color (decimal): -15980943 or 7415308. OLE color: 7415308.
HSL color Cylindrical-coordinate representation of color #0C2671: hue angle of 224.55º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2671 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 38 | 113 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.56 |
| HSL | 224.55º | 0.81% | 0.25% | - |
| HSV(B) | 224.55º | 0.89% | 0.44% | - |
| XYZ | 3.83 | 2.66 | 15.93 | - |
| YUV | 38.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 113 | 0.89 | 0.66 | 0 | 0.56 | 224.55 | 0.81 | 0.25 |
| Hex | C | 26 | 71 | 59 | 42 | 0 | 38 | E1 | 51 | 19 |
| Octal | 14 | 46 | 161 | 131 | 102 | 0 | 70 | 341 | 121 | 31 |
| Binary | 1100 | 100110 | 1110001 | 1011001 | 1000010 | 0 | 111000 | 11100001 | 1010001 | 11001 |
Color Harmonies of #0C2671
Complementary color
Monochromatic Colors of #0C2671
Black with #0C2671
Text Example
Text Example
White with #0C2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2671; }
p { color: rgb(12,38,113); }
H1.HeaderClassName
{
color: #0C2671;
}
.AnyTagClassName
{
color: #0C2671;
}
</style>
background-color css
<style>
a { background-color: #0C2671; }
a { background-color: rgb(12,38,113); }
div.DivClassName
{
background-color: #0C2671;
}
.BgClassName
{
background-color: #0C2671;
}
</style>
border-color css
<style>
span { border-color: #0C2671; }
span { border-color: rgb(12,38,113); }
td.TdClassName
{
border-color: #0C2671;
}
.TagClassName
{
border-color: #0C2671;
}
</style>