Shades of Sapphire #012371
Tints of Sapphire #012371
RGB
CMYK
RGB Variations
Color information
#012371 (or 0x012371) is known color: Sapphire. HEX triplet: 01, 23 and 71. RGB value is (1,35,113). Sum of RGB (Red+Green+Blue) = 1+35+113=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #012371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012371 is #FEDC8E. Grayscale: #212121. Windows color (decimal): -16702607 or 7414529. OLE color: 7414529.
HSL color Cylindrical-coordinate representation of color #012371: hue angle of 221.79º 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 #012371 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 35 | 113 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.56 |
| HSL | 221.79º | 0.98% | 0.22% | - |
| HSV(B) | 221.79º | 0.99% | 0.44% | - |
| XYZ | 3.59 | 2.4 | 15.9 | - |
| YUV | 33.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 113 | 0.99 | 0.69 | 0 | 0.56 | 221.79 | 0.98 | 0.22 |
| Hex | 1 | 23 | 71 | 63 | 45 | 0 | 38 | DE | 62 | 16 |
| Octal | 1 | 43 | 161 | 143 | 105 | 0 | 70 | 336 | 142 | 26 |
| Binary | 1 | 100011 | 1110001 | 1100011 | 1000101 | 0 | 111000 | 11011110 | 1100010 | 10110 |
Color Harmonies of #012371
Complementary color
Monochromatic Colors of #012371
Black with #012371
Text Example
Text Example
White with #012371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012371; }
p { color: rgb(1,35,113); }
H1.HeaderClassName
{
color: #012371;
}
.AnyTagClassName
{
color: #012371;
}
</style>
background-color css
<style>
a { background-color: #012371; }
a { background-color: rgb(1,35,113); }
div.DivClassName
{
background-color: #012371;
}
.BgClassName
{
background-color: #012371;
}
</style>
border-color css
<style>
span { border-color: #012371; }
span { border-color: rgb(1,35,113); }
td.TdClassName
{
border-color: #012371;
}
.TagClassName
{
border-color: #012371;
}
</style>