Shades of Sapphire #001763
Tints of Sapphire #001763
RGB
CMYK
RGB Variations
Color information
#001763 (or 0x001763) is known color: Sapphire. HEX triplet: 00, 17 and 63. RGB value is (0,23,99). Sum of RGB (Red+Green+Blue) = 0+23+99=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #001763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001763 is #FFE89C. Grayscale: #181818. Windows color (decimal): -16771229 or 6493952. OLE color: 6493952.
HSL color Cylindrical-coordinate representation of color #001763: hue angle of 226.06º 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 #001763 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 23 | 99 | - |
| CMYK | 1 | 0.77 | 0 | 0.61 |
| HSL | 226.06º | 1% | 0.19% | - |
| HSV(B) | 226.06º | 1% | 0.39% | - |
| XYZ | 2.56 | 1.51 | 11.96 | - |
| YUV | 24.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 99 | 1 | 0.77 | 0 | 0.61 | 226.06 | 1 | 0.19 |
| Hex | 0 | 17 | 63 | 64 | 4D | 0 | 3D | E2 | 64 | 13 |
| Octal | 0 | 27 | 143 | 144 | 115 | 0 | 75 | 342 | 144 | 23 |
| Binary | 0 | 10111 | 1100011 | 1100100 | 1001101 | 0 | 111101 | 11100010 | 1100100 | 10011 |
Color Harmonies of #001763
Complementary color
Monochromatic Colors of #001763
Black with #001763
Text Example
Text Example
White with #001763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001763; }
p { color: rgb(0,23,99); }
H1.HeaderClassName
{
color: #001763;
}
.AnyTagClassName
{
color: #001763;
}
</style>
background-color css
<style>
a { background-color: #001763; }
a { background-color: rgb(0,23,99); }
div.DivClassName
{
background-color: #001763;
}
.BgClassName
{
background-color: #001763;
}
</style>
border-color css
<style>
span { border-color: #001763; }
span { border-color: rgb(0,23,99); }
td.TdClassName
{
border-color: #001763;
}
.TagClassName
{
border-color: #001763;
}
</style>