Shades of Sapphire #012573
Tints of Sapphire #012573
RGB
CMYK
RGB Variations
Color information
#012573 (or 0x012573) is known color: Sapphire. HEX triplet: 01, 25 and 73. RGB value is (1,37,115). Sum of RGB (Red+Green+Blue) = 1+37+115=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #012573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012573 is #FEDA8C. Grayscale: #222222. Windows color (decimal): -16702093 or 7546113. OLE color: 7546113.
HSL color Cylindrical-coordinate representation of color #012573: hue angle of 221.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012573 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 37 | 115 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.55 |
| HSL | 221.05º | 0.98% | 0.23% | - |
| HSV(B) | 221.05º | 0.99% | 0.45% | - |
| XYZ | 3.77 | 2.57 | 16.52 | - |
| YUV | 35.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 115 | 0.99 | 0.68 | 0 | 0.55 | 221.05 | 0.98 | 0.23 |
| Hex | 1 | 25 | 73 | 63 | 44 | 0 | 37 | DD | 62 | 17 |
| Octal | 1 | 45 | 163 | 143 | 104 | 0 | 67 | 335 | 142 | 27 |
| Binary | 1 | 100101 | 1110011 | 1100011 | 1000100 | 0 | 110111 | 11011101 | 1100010 | 10111 |
Color Harmonies of #012573
Complementary color
Monochromatic Colors of #012573
Black with #012573
Text Example
Text Example
White with #012573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012573; }
p { color: rgb(1,37,115); }
H1.HeaderClassName
{
color: #012573;
}
.AnyTagClassName
{
color: #012573;
}
</style>
background-color css
<style>
a { background-color: #012573; }
a { background-color: rgb(1,37,115); }
div.DivClassName
{
background-color: #012573;
}
.BgClassName
{
background-color: #012573;
}
</style>
border-color css
<style>
span { border-color: #012573; }
span { border-color: rgb(1,37,115); }
td.TdClassName
{
border-color: #012573;
}
.TagClassName
{
border-color: #012573;
}
</style>