Shades of Sapphire #012C7D
Tints of Sapphire #012C7D
RGB
CMYK
RGB Variations
Color information
#012C7D (or 0x012C7D) is known color: Sapphire. HEX triplet: 01, 2C and 7D. RGB value is (1,44,125). Sum of RGB (Red+Green+Blue) = 1+44+125=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #012C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C7D is #FED382. Grayscale: #282828. Windows color (decimal): -16700291 or 8203265. OLE color: 8203265.
HSL color Cylindrical-coordinate representation of color #012C7D: hue angle of 219.19º 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 #012C7D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 44 | 125 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.51 |
| HSL | 219.19º | 0.98% | 0.25% | - |
| HSV(B) | 219.19º | 0.99% | 0.49% | - |
| XYZ | 4.61 | 3.29 | 19.79 | - |
| YUV | 40.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 125 | 0.99 | 0.65 | 0 | 0.51 | 219.19 | 0.98 | 0.25 |
| Hex | 1 | 2C | 7D | 63 | 41 | 0 | 33 | DB | 62 | 19 |
| Octal | 1 | 54 | 175 | 143 | 101 | 0 | 63 | 333 | 142 | 31 |
| Binary | 1 | 101100 | 1111101 | 1100011 | 1000001 | 0 | 110011 | 11011011 | 1100010 | 11001 |
Color Harmonies of #012C7D
Complementary color
Monochromatic Colors of #012C7D
Black with #012C7D
Text Example
Text Example
White with #012C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C7D; }
p { color: rgb(1,44,125); }
H1.HeaderClassName
{
color: #012C7D;
}
.AnyTagClassName
{
color: #012C7D;
}
</style>
background-color css
<style>
a { background-color: #012C7D; }
a { background-color: rgb(1,44,125); }
div.DivClassName
{
background-color: #012C7D;
}
.BgClassName
{
background-color: #012C7D;
}
</style>
border-color css
<style>
span { border-color: #012C7D; }
span { border-color: rgb(1,44,125); }
td.TdClassName
{
border-color: #012C7D;
}
.TagClassName
{
border-color: #012C7D;
}
</style>