Shades of Sapphire #001863
Tints of Sapphire #001863
RGB
CMYK
RGB Variations
Color information
#001863 (or 0x001863) is known color: Sapphire. HEX triplet: 00, 18 and 63. RGB value is (0,24,99). Sum of RGB (Red+Green+Blue) = 0+24+99=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #001863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001863 is #FFE79C. Grayscale: #191919. Windows color (decimal): -16770973 or 6494208. OLE color: 6494208.
HSL color Cylindrical-coordinate representation of color #001863: hue angle of 225.45º 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 #001863 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 24 | 99 | - |
| CMYK | 1 | 0.76 | 0 | 0.61 |
| HSL | 225.45º | 1% | 0.19% | - |
| HSV(B) | 225.45º | 1% | 0.39% | - |
| XYZ | 2.58 | 1.55 | 11.97 | - |
| YUV | 25.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 99 | 1 | 0.76 | 0 | 0.61 | 225.45 | 1 | 0.19 |
| Hex | 0 | 18 | 63 | 64 | 4C | 0 | 3D | E1 | 64 | 13 |
| Octal | 0 | 30 | 143 | 144 | 114 | 0 | 75 | 341 | 144 | 23 |
| Binary | 0 | 11000 | 1100011 | 1100100 | 1001100 | 0 | 111101 | 11100001 | 1100100 | 10011 |
Color Harmonies of #001863
Complementary color
Monochromatic Colors of #001863
Black with #001863
Text Example
Text Example
White with #001863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001863; }
p { color: rgb(0,24,99); }
H1.HeaderClassName
{
color: #001863;
}
.AnyTagClassName
{
color: #001863;
}
</style>
background-color css
<style>
a { background-color: #001863; }
a { background-color: rgb(0,24,99); }
div.DivClassName
{
background-color: #001863;
}
.BgClassName
{
background-color: #001863;
}
</style>
border-color css
<style>
span { border-color: #001863; }
span { border-color: rgb(0,24,99); }
td.TdClassName
{
border-color: #001863;
}
.TagClassName
{
border-color: #001863;
}
</style>