Shades of Sapphire #001063
Tints of Sapphire #001063
RGB
CMYK
RGB Variations
Color information
#001063 (or 0x001063) is known color: Sapphire. HEX triplet: 00, 10 and 63. RGB value is (0,16,99). Sum of RGB (Red+Green+Blue) = 0+16+99=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #001063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001063 is #FFEF9C. Grayscale: #141414. Windows color (decimal): -16773021 or 6492160. OLE color: 6492160.
HSL color Cylindrical-coordinate representation of color #001063: hue angle of 230.3º 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 #001063 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 16 | 99 | - |
| CMYK | 1 | 0.84 | 0 | 0.61 |
| HSL | 230.3º | 1% | 0.19% | - |
| HSV(B) | 230.3º | 1% | 0.39% | - |
| XYZ | 2.44 | 1.27 | 11.92 | - |
| YUV | 20.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 99 | 1 | 0.84 | 0 | 0.61 | 230.3 | 1 | 0.19 |
| Hex | 0 | 10 | 63 | 64 | 54 | 0 | 3D | E6 | 64 | 13 |
| Octal | 0 | 20 | 143 | 144 | 124 | 0 | 75 | 346 | 144 | 23 |
| Binary | 0 | 10000 | 1100011 | 1100100 | 1010100 | 0 | 111101 | 11100110 | 1100100 | 10011 |
Color Harmonies of #001063
Complementary color
Monochromatic Colors of #001063
Black with #001063
Text Example
Text Example
White with #001063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001063; }
p { color: rgb(0,16,99); }
H1.HeaderClassName
{
color: #001063;
}
.AnyTagClassName
{
color: #001063;
}
</style>
background-color css
<style>
a { background-color: #001063; }
a { background-color: rgb(0,16,99); }
div.DivClassName
{
background-color: #001063;
}
.BgClassName
{
background-color: #001063;
}
</style>
border-color css
<style>
span { border-color: #001063; }
span { border-color: rgb(0,16,99); }
td.TdClassName
{
border-color: #001063;
}
.TagClassName
{
border-color: #001063;
}
</style>