Shades of Sapphire #0C1D71
Tints of Sapphire #0C1D71
RGB
CMYK
RGB Variations
Color information
#0C1D71 (or 0x0C1D71) is known color: Sapphire. HEX triplet: 0C, 1D and 71. RGB value is (12,29,113). Sum of RGB (Red+Green+Blue) = 12+29+113=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D71 is #F3E28E. Grayscale: #212121. Windows color (decimal): -15983247 or 7413004. OLE color: 7413004.
HSL color Cylindrical-coordinate representation of color #0C1D71: hue angle of 229.9º 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 #0C1D71 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 29 | 113 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.56 |
| HSL | 229.9º | 0.81% | 0.25% | - |
| HSV(B) | 229.9º | 0.89% | 0.44% | - |
| XYZ | 3.57 | 2.15 | 15.85 | - |
| YUV | 33.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 113 | 0.89 | 0.74 | 0 | 0.56 | 229.9 | 0.81 | 0.25 |
| Hex | C | 1D | 71 | 59 | 4A | 0 | 38 | E6 | 51 | 19 |
| Octal | 14 | 35 | 161 | 131 | 112 | 0 | 70 | 346 | 121 | 31 |
| Binary | 1100 | 11101 | 1110001 | 1011001 | 1001010 | 0 | 111000 | 11100110 | 1010001 | 11001 |
Color Harmonies of #0C1D71
Complementary color
Monochromatic Colors of #0C1D71
Black with #0C1D71
Text Example
Text Example
White with #0C1D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1D71; }
p { color: rgb(12,29,113); }
H1.HeaderClassName
{
color: #0C1D71;
}
.AnyTagClassName
{
color: #0C1D71;
}
</style>
background-color css
<style>
a { background-color: #0C1D71; }
a { background-color: rgb(12,29,113); }
div.DivClassName
{
background-color: #0C1D71;
}
.BgClassName
{
background-color: #0C1D71;
}
</style>
border-color css
<style>
span { border-color: #0C1D71; }
span { border-color: rgb(12,29,113); }
td.TdClassName
{
border-color: #0C1D71;
}
.TagClassName
{
border-color: #0C1D71;
}
</style>