Shades of Sapphire #011963
Tints of Sapphire #011963
RGB
CMYK
RGB Variations
Color information
#011963 (or 0x011963) is known color: Sapphire. HEX triplet: 01, 19 and 63. RGB value is (1,25,99). Sum of RGB (Red+Green+Blue) = 1+25+99=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #011963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011963 is #FEE69C. Grayscale: #191919. Windows color (decimal): -16705181 or 6494465. OLE color: 6494465.
HSL color Cylindrical-coordinate representation of color #011963: hue angle of 225.31º 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 #011963 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 25 | 99 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.61 |
| HSL | 225.31º | 0.98% | 0.2% | - |
| HSV(B) | 225.31º | 0.99% | 0.39% | - |
| XYZ | 2.61 | 1.6 | 11.98 | - |
| YUV | 26.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 99 | 0.99 | 0.75 | 0 | 0.61 | 225.31 | 0.98 | 0.2 |
| Hex | 1 | 19 | 63 | 63 | 4B | 0 | 3D | E1 | 62 | 14 |
| Octal | 1 | 31 | 143 | 143 | 113 | 0 | 75 | 341 | 142 | 24 |
| Binary | 1 | 11001 | 1100011 | 1100011 | 1001011 | 0 | 111101 | 11100001 | 1100010 | 10100 |
Color Harmonies of #011963
Complementary color
Monochromatic Colors of #011963
Black with #011963
Text Example
Text Example
White with #011963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011963; }
p { color: rgb(1,25,99); }
H1.HeaderClassName
{
color: #011963;
}
.AnyTagClassName
{
color: #011963;
}
</style>
background-color css
<style>
a { background-color: #011963; }
a { background-color: rgb(1,25,99); }
div.DivClassName
{
background-color: #011963;
}
.BgClassName
{
background-color: #011963;
}
</style>
border-color css
<style>
span { border-color: #011963; }
span { border-color: rgb(1,25,99); }
td.TdClassName
{
border-color: #011963;
}
.TagClassName
{
border-color: #011963;
}
</style>