Shades of Sapphire #001766
Tints of Sapphire #001766
RGB
CMYK
RGB Variations
Color information
#001766 (or 0x001766) is known color: Sapphire. HEX triplet: 00, 17 and 66. RGB value is (0,23,102). Sum of RGB (Red+Green+Blue) = 0+23+102=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #001766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001766 is #FFE899. Grayscale: #181818. Windows color (decimal): -16771226 or 6690560. OLE color: 6690560.
HSL color Cylindrical-coordinate representation of color #001766: hue angle of 226.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001766 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 23 | 102 | - |
| CMYK | 1 | 0.77 | 0 | 0.6 |
| HSL | 226.47º | 1% | 0.2% | - |
| HSV(B) | 226.47º | 1% | 0.4% | - |
| XYZ | 2.7 | 1.57 | 12.73 | - |
| YUV | 25.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 102 | 1 | 0.77 | 0 | 0.6 | 226.47 | 1 | 0.2 |
| Hex | 0 | 17 | 66 | 64 | 4D | 0 | 3C | E2 | 64 | 14 |
| Octal | 0 | 27 | 146 | 144 | 115 | 0 | 74 | 342 | 144 | 24 |
| Binary | 0 | 10111 | 1100110 | 1100100 | 1001101 | 0 | 111100 | 11100010 | 1100100 | 10100 |
Color Harmonies of #001766
Complementary color
Monochromatic Colors of #001766
Black with #001766
Text Example
Text Example
White with #001766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001766; }
p { color: rgb(0,23,102); }
H1.HeaderClassName
{
color: #001766;
}
.AnyTagClassName
{
color: #001766;
}
</style>
background-color css
<style>
a { background-color: #001766; }
a { background-color: rgb(0,23,102); }
div.DivClassName
{
background-color: #001766;
}
.BgClassName
{
background-color: #001766;
}
</style>
border-color css
<style>
span { border-color: #001766; }
span { border-color: rgb(0,23,102); }
td.TdClassName
{
border-color: #001766;
}
.TagClassName
{
border-color: #001766;
}
</style>