Shades of Sapphire #012E7C
Tints of Sapphire #012E7C
RGB
CMYK
RGB Variations
Color information
#012E7C (or 0x012E7C) is known color: Sapphire. HEX triplet: 01, 2E and 7C. RGB value is (1,46,124). Sum of RGB (Red+Green+Blue) = 1+46+124=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #012E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E7C is #FED183. Grayscale: #292929. Windows color (decimal): -16699780 or 8138241. OLE color: 8138241.
HSL color Cylindrical-coordinate representation of color #012E7C: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E7C is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 46 | 124 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.51 |
| HSL | 218.05º | 0.98% | 0.25% | - |
| HSV(B) | 218.05º | 0.99% | 0.49% | - |
| XYZ | 4.63 | 3.42 | 19.48 | - |
| YUV | 41.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 124 | 0.99 | 0.63 | 0 | 0.51 | 218.05 | 0.98 | 0.25 |
| Hex | 1 | 2E | 7C | 63 | 3F | 0 | 33 | DA | 62 | 19 |
| Octal | 1 | 56 | 174 | 143 | 77 | 0 | 63 | 332 | 142 | 31 |
| Binary | 1 | 101110 | 1111100 | 1100011 | 111111 | 0 | 110011 | 11011010 | 1100010 | 11001 |
Color Harmonies of #012E7C
Complementary color
Monochromatic Colors of #012E7C
Black with #012E7C
Text Example
Text Example
White with #012E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E7C; }
p { color: rgb(1,46,124); }
H1.HeaderClassName
{
color: #012E7C;
}
.AnyTagClassName
{
color: #012E7C;
}
</style>
background-color css
<style>
a { background-color: #012E7C; }
a { background-color: rgb(1,46,124); }
div.DivClassName
{
background-color: #012E7C;
}
.BgClassName
{
background-color: #012E7C;
}
</style>
border-color css
<style>
span { border-color: #012E7C; }
span { border-color: rgb(1,46,124); }
td.TdClassName
{
border-color: #012E7C;
}
.TagClassName
{
border-color: #012E7C;
}
</style>