Shades of Sapphire #001963
Tints of Sapphire #001963
RGB
CMYK
RGB Variations
Color information
#001963 (or 0x001963) is known color: Sapphire. HEX triplet: 00, 19 and 63. RGB value is (0,25,99). Sum of RGB (Red+Green+Blue) = 0+25+99=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #001963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001963 is #FFE69C. Grayscale: #191919. Windows color (decimal): -16770717 or 6494464. OLE color: 6494464.
HSL color Cylindrical-coordinate representation of color #001963: hue angle of 224.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001963 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 25 | 99 | - |
| CMYK | 1 | 0.75 | 0 | 0.61 |
| HSL | 224.85º | 1% | 0.19% | - |
| HSV(B) | 224.85º | 1% | 0.39% | - |
| XYZ | 2.6 | 1.6 | 11.98 | - |
| YUV | 25.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 99 | 1 | 0.75 | 0 | 0.61 | 224.85 | 1 | 0.19 |
| Hex | 0 | 19 | 63 | 64 | 4B | 0 | 3D | E1 | 64 | 13 |
| Octal | 0 | 31 | 143 | 144 | 113 | 0 | 75 | 341 | 144 | 23 |
| Binary | 0 | 11001 | 1100011 | 1100100 | 1001011 | 0 | 111101 | 11100001 | 1100100 | 10011 |
Color Harmonies of #001963
Complementary color
Monochromatic Colors of #001963
Black with #001963
Text Example
Text Example
White with #001963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001963; }
p { color: rgb(0,25,99); }
H1.HeaderClassName
{
color: #001963;
}
.AnyTagClassName
{
color: #001963;
}
</style>
background-color css
<style>
a { background-color: #001963; }
a { background-color: rgb(0,25,99); }
div.DivClassName
{
background-color: #001963;
}
.BgClassName
{
background-color: #001963;
}
</style>
border-color css
<style>
span { border-color: #001963; }
span { border-color: rgb(0,25,99); }
td.TdClassName
{
border-color: #001963;
}
.TagClassName
{
border-color: #001963;
}
</style>