Shades of Sapphire #0C1E70
Tints of Sapphire #0C1E70
RGB
CMYK
RGB Variations
Color information
#0C1E70 (or 0x0C1E70) is known color: Sapphire. HEX triplet: 0C, 1E and 70. RGB value is (12,30,112). Sum of RGB (Red+Green+Blue) = 12+30+112=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C1E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1E70 is #F3E18F. Grayscale: #212121. Windows color (decimal): -15982992 or 7347724. OLE color: 7347724.
HSL color Cylindrical-coordinate representation of color #0C1E70: hue angle of 229.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1E70 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 30 | 112 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.56 |
| HSL | 229.2º | 0.81% | 0.24% | - |
| HSV(B) | 229.2º | 0.89% | 0.44% | - |
| XYZ | 3.54 | 2.18 | 15.56 | - |
| YUV | 33.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 112 | 0.89 | 0.73 | 0 | 0.56 | 229.2 | 0.81 | 0.24 |
| Hex | C | 1E | 70 | 59 | 49 | 0 | 38 | E5 | 51 | 18 |
| Octal | 14 | 36 | 160 | 131 | 111 | 0 | 70 | 345 | 121 | 30 |
| Binary | 1100 | 11110 | 1110000 | 1011001 | 1001001 | 0 | 111000 | 11100101 | 1010001 | 11000 |
Color Harmonies of #0C1E70
Complementary color
Monochromatic Colors of #0C1E70
Black with #0C1E70
Text Example
Text Example
White with #0C1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E70; }
p { color: rgb(12,30,112); }
H1.HeaderClassName
{
color: #0C1E70;
}
.AnyTagClassName
{
color: #0C1E70;
}
</style>
background-color css
<style>
a { background-color: #0C1E70; }
a { background-color: rgb(12,30,112); }
div.DivClassName
{
background-color: #0C1E70;
}
.BgClassName
{
background-color: #0C1E70;
}
</style>
border-color css
<style>
span { border-color: #0C1E70; }
span { border-color: rgb(12,30,112); }
td.TdClassName
{
border-color: #0C1E70;
}
.TagClassName
{
border-color: #0C1E70;
}
</style>