Shades of Sapphire #012871
Tints of Sapphire #012871
RGB
CMYK
RGB Variations
Color information
#012871 (or 0x012871) is known color: Sapphire. HEX triplet: 01, 28 and 71. RGB value is (1,40,113). Sum of RGB (Red+Green+Blue) = 1+40+113=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #012871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012871 is #FED78E. Grayscale: #242424. Windows color (decimal): -16701327 or 7415809. OLE color: 7415809.
HSL color Cylindrical-coordinate representation of color #012871: hue angle of 219.11º 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 #012871 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 40 | 113 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.56 |
| HSL | 219.11º | 0.98% | 0.22% | - |
| HSV(B) | 219.11º | 0.99% | 0.44% | - |
| XYZ | 3.75 | 2.72 | 15.95 | - |
| YUV | 36.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 113 | 0.99 | 0.65 | 0 | 0.56 | 219.11 | 0.98 | 0.22 |
| Hex | 1 | 28 | 71 | 63 | 41 | 0 | 38 | DB | 62 | 16 |
| Octal | 1 | 50 | 161 | 143 | 101 | 0 | 70 | 333 | 142 | 26 |
| Binary | 1 | 101000 | 1110001 | 1100011 | 1000001 | 0 | 111000 | 11011011 | 1100010 | 10110 |
Color Harmonies of #012871
Complementary color
Monochromatic Colors of #012871
Black with #012871
Text Example
Text Example
White with #012871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012871; }
p { color: rgb(1,40,113); }
H1.HeaderClassName
{
color: #012871;
}
.AnyTagClassName
{
color: #012871;
}
</style>
background-color css
<style>
a { background-color: #012871; }
a { background-color: rgb(1,40,113); }
div.DivClassName
{
background-color: #012871;
}
.BgClassName
{
background-color: #012871;
}
</style>
border-color css
<style>
span { border-color: #012871; }
span { border-color: rgb(1,40,113); }
td.TdClassName
{
border-color: #012871;
}
.TagClassName
{
border-color: #012871;
}
</style>