Shades of Sapphire #012771
Tints of Sapphire #012771
RGB
CMYK
RGB Variations
Color information
#012771 (or 0x012771) is known color: Sapphire. HEX triplet: 01, 27 and 71. RGB value is (1,39,113). Sum of RGB (Red+Green+Blue) = 1+39+113=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #012771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012771 is #FED88E. Grayscale: #232323. Windows color (decimal): -16701583 or 7415553. OLE color: 7415553.
HSL color Cylindrical-coordinate representation of color #012771: hue angle of 219.64º 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 #012771 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 39 | 113 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.56 |
| HSL | 219.64º | 0.98% | 0.22% | - |
| HSV(B) | 219.64º | 0.99% | 0.44% | - |
| XYZ | 3.72 | 2.65 | 15.94 | - |
| YUV | 36.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 113 | 0.99 | 0.65 | 0 | 0.56 | 219.64 | 0.98 | 0.22 |
| Hex | 1 | 27 | 71 | 63 | 41 | 0 | 38 | DC | 62 | 16 |
| Octal | 1 | 47 | 161 | 143 | 101 | 0 | 70 | 334 | 142 | 26 |
| Binary | 1 | 100111 | 1110001 | 1100011 | 1000001 | 0 | 111000 | 11011100 | 1100010 | 10110 |
Color Harmonies of #012771
Complementary color
Monochromatic Colors of #012771
Black with #012771
Text Example
Text Example
White with #012771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012771; }
p { color: rgb(1,39,113); }
H1.HeaderClassName
{
color: #012771;
}
.AnyTagClassName
{
color: #012771;
}
</style>
background-color css
<style>
a { background-color: #012771; }
a { background-color: rgb(1,39,113); }
div.DivClassName
{
background-color: #012771;
}
.BgClassName
{
background-color: #012771;
}
</style>
border-color css
<style>
span { border-color: #012771; }
span { border-color: rgb(1,39,113); }
td.TdClassName
{
border-color: #012771;
}
.TagClassName
{
border-color: #012771;
}
</style>