Shades of Sapphire #012C70
Tints of Sapphire #012C70
RGB
CMYK
RGB Variations
Color information
#012C70 (or 0x012C70) is known color: Sapphire. HEX triplet: 01, 2C and 70. RGB value is (1,44,112). Sum of RGB (Red+Green+Blue) = 1+44+112=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #012C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C70 is #FED38F. Grayscale: #262626. Windows color (decimal): -16700304 or 7351297. OLE color: 7351297.
HSL color Cylindrical-coordinate representation of color #012C70: hue angle of 216.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C70 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 44 | 112 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.56 |
| HSL | 216.76º | 0.98% | 0.22% | - |
| HSV(B) | 216.76º | 0.99% | 0.44% | - |
| XYZ | 3.84 | 2.98 | 15.7 | - |
| YUV | 38.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 112 | 0.99 | 0.61 | 0 | 0.56 | 216.76 | 0.98 | 0.22 |
| Hex | 1 | 2C | 70 | 63 | 3D | 0 | 38 | D9 | 62 | 16 |
| Octal | 1 | 54 | 160 | 143 | 75 | 0 | 70 | 331 | 142 | 26 |
| Binary | 1 | 101100 | 1110000 | 1100011 | 111101 | 0 | 111000 | 11011001 | 1100010 | 10110 |
Color Harmonies of #012C70
Complementary color
Monochromatic Colors of #012C70
Black with #012C70
Text Example
Text Example
White with #012C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C70; }
p { color: rgb(1,44,112); }
H1.HeaderClassName
{
color: #012C70;
}
.AnyTagClassName
{
color: #012C70;
}
</style>
background-color css
<style>
a { background-color: #012C70; }
a { background-color: rgb(1,44,112); }
div.DivClassName
{
background-color: #012C70;
}
.BgClassName
{
background-color: #012C70;
}
</style>
border-color css
<style>
span { border-color: #012C70; }
span { border-color: rgb(1,44,112); }
td.TdClassName
{
border-color: #012C70;
}
.TagClassName
{
border-color: #012C70;
}
</style>