Shades of Sapphire #0C1C71
Tints of Sapphire #0C1C71
RGB
CMYK
RGB Variations
Color information
#0C1C71 (or 0x0C1C71) is known color: Sapphire. HEX triplet: 0C, 1C and 71. RGB value is (12,28,113). Sum of RGB (Red+Green+Blue) = 12+28+113=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1C71 is #F3E38E. Grayscale: #202020. Windows color (decimal): -15983503 or 7412748. OLE color: 7412748.
HSL color Cylindrical-coordinate representation of color #0C1C71: hue angle of 230.5º 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 #0C1C71 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 28 | 113 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.56 |
| HSL | 230.5º | 0.81% | 0.25% | - |
| HSV(B) | 230.5º | 0.89% | 0.44% | - |
| XYZ | 3.55 | 2.1 | 15.84 | - |
| YUV | 32.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 113 | 0.89 | 0.75 | 0 | 0.56 | 230.5 | 0.81 | 0.25 |
| Hex | C | 1C | 71 | 59 | 4B | 0 | 38 | E6 | 51 | 19 |
| Octal | 14 | 34 | 161 | 131 | 113 | 0 | 70 | 346 | 121 | 31 |
| Binary | 1100 | 11100 | 1110001 | 1011001 | 1001011 | 0 | 111000 | 11100110 | 1010001 | 11001 |
Color Harmonies of #0C1C71
Complementary color
Monochromatic Colors of #0C1C71
Black with #0C1C71
Text Example
Text Example
White with #0C1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C71; }
p { color: rgb(12,28,113); }
H1.HeaderClassName
{
color: #0C1C71;
}
.AnyTagClassName
{
color: #0C1C71;
}
</style>
background-color css
<style>
a { background-color: #0C1C71; }
a { background-color: rgb(12,28,113); }
div.DivClassName
{
background-color: #0C1C71;
}
.BgClassName
{
background-color: #0C1C71;
}
</style>
border-color css
<style>
span { border-color: #0C1C71; }
span { border-color: rgb(12,28,113); }
td.TdClassName
{
border-color: #0C1C71;
}
.TagClassName
{
border-color: #0C1C71;
}
</style>