Shades of Sapphire #012471
Tints of Sapphire #012471
RGB
CMYK
RGB Variations
Color information
#012471 (or 0x012471) is known color: Sapphire. HEX triplet: 01, 24 and 71. RGB value is (1,36,113). Sum of RGB (Red+Green+Blue) = 1+36+113=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #012471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012471 is #FEDB8E. Grayscale: #212121. Windows color (decimal): -16702351 or 7414785. OLE color: 7414785.
HSL color Cylindrical-coordinate representation of color #012471: hue angle of 221.25º 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 #012471 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 36 | 113 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.56 |
| HSL | 221.25º | 0.98% | 0.22% | - |
| HSV(B) | 221.25º | 0.99% | 0.44% | - |
| XYZ | 3.62 | 2.46 | 15.91 | - |
| YUV | 34.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 113 | 0.99 | 0.68 | 0 | 0.56 | 221.25 | 0.98 | 0.22 |
| Hex | 1 | 24 | 71 | 63 | 44 | 0 | 38 | DD | 62 | 16 |
| Octal | 1 | 44 | 161 | 143 | 104 | 0 | 70 | 335 | 142 | 26 |
| Binary | 1 | 100100 | 1110001 | 1100011 | 1000100 | 0 | 111000 | 11011101 | 1100010 | 10110 |
Color Harmonies of #012471
Complementary color
Monochromatic Colors of #012471
Black with #012471
Text Example
Text Example
White with #012471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012471; }
p { color: rgb(1,36,113); }
H1.HeaderClassName
{
color: #012471;
}
.AnyTagClassName
{
color: #012471;
}
</style>
background-color css
<style>
a { background-color: #012471; }
a { background-color: rgb(1,36,113); }
div.DivClassName
{
background-color: #012471;
}
.BgClassName
{
background-color: #012471;
}
</style>
border-color css
<style>
span { border-color: #012471; }
span { border-color: rgb(1,36,113); }
td.TdClassName
{
border-color: #012471;
}
.TagClassName
{
border-color: #012471;
}
</style>