Shades of Sapphire #012564
Tints of Sapphire #012564
RGB
CMYK
RGB Variations
Color information
#012564 (or 0x012564) is known color: Sapphire. HEX triplet: 01, 25 and 64. RGB value is (1,37,100). Sum of RGB (Red+Green+Blue) = 1+37+100=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #012564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012564 is #FEDA9B. Grayscale: #212121. Windows color (decimal): -16702108 or 6563073. OLE color: 6563073.
HSL color Cylindrical-coordinate representation of color #012564: hue angle of 218.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012564 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 37 | 100 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.61 |
| HSL | 218.18º | 0.98% | 0.2% | - |
| HSV(B) | 218.18º | 0.99% | 0.39% | - |
| XYZ | 2.97 | 2.25 | 12.33 | - |
| YUV | 33.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 100 | 0.99 | 0.63 | 0 | 0.61 | 218.18 | 0.98 | 0.2 |
| Hex | 1 | 25 | 64 | 63 | 3F | 0 | 3D | DA | 62 | 14 |
| Octal | 1 | 45 | 144 | 143 | 77 | 0 | 75 | 332 | 142 | 24 |
| Binary | 1 | 100101 | 1100100 | 1100011 | 111111 | 0 | 111101 | 11011010 | 1100010 | 10100 |
Color Harmonies of #012564
Complementary color
Monochromatic Colors of #012564
Black with #012564
Text Example
Text Example
White with #012564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012564; }
p { color: rgb(1,37,100); }
H1.HeaderClassName
{
color: #012564;
}
.AnyTagClassName
{
color: #012564;
}
</style>
background-color css
<style>
a { background-color: #012564; }
a { background-color: rgb(1,37,100); }
div.DivClassName
{
background-color: #012564;
}
.BgClassName
{
background-color: #012564;
}
</style>
border-color css
<style>
span { border-color: #012564; }
span { border-color: rgb(1,37,100); }
td.TdClassName
{
border-color: #012564;
}
.TagClassName
{
border-color: #012564;
}
</style>