Shades of Sapphire #001463
Tints of Sapphire #001463
RGB
CMYK
RGB Variations
Color information
#001463 (or 0x001463) is known color: Sapphire. HEX triplet: 00, 14 and 63. RGB value is (0,20,99). Sum of RGB (Red+Green+Blue) = 0+20+99=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #001463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001463 is #FFEB9C. Grayscale: #161616. Windows color (decimal): -16771997 or 6493184. OLE color: 6493184.
HSL color Cylindrical-coordinate representation of color #001463: hue angle of 227.88º 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 #001463 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 20 | 99 | - |
| CMYK | 1 | 0.80 | 0 | 0.61 |
| HSL | 227.88º | 1% | 0.19% | - |
| HSV(B) | 227.88º | 1% | 0.39% | - |
| XYZ | 2.5 | 1.4 | 11.94 | - |
| YUV | 23.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 99 | 1 | 0.80 | 0 | 0.61 | 227.88 | 1 | 0.19 |
| Hex | 0 | 14 | 63 | 64 | 50 | 0 | 3D | E4 | 64 | 13 |
| Octal | 0 | 24 | 143 | 144 | 120 | 0 | 75 | 344 | 144 | 23 |
| Binary | 0 | 10100 | 1100011 | 1100100 | 1010000 | 0 | 111101 | 11100100 | 1100100 | 10011 |
Color Harmonies of #001463
Complementary color
Monochromatic Colors of #001463
Black with #001463
Text Example
Text Example
White with #001463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001463; }
p { color: rgb(0,20,99); }
H1.HeaderClassName
{
color: #001463;
}
.AnyTagClassName
{
color: #001463;
}
</style>
background-color css
<style>
a { background-color: #001463; }
a { background-color: rgb(0,20,99); }
div.DivClassName
{
background-color: #001463;
}
.BgClassName
{
background-color: #001463;
}
</style>
border-color css
<style>
span { border-color: #001463; }
span { border-color: rgb(0,20,99); }
td.TdClassName
{
border-color: #001463;
}
.TagClassName
{
border-color: #001463;
}
</style>