Shades of Sapphire #001771
Tints of Sapphire #001771
RGB
CMYK
RGB Variations
Color information
#001771 (or 0x001771) is known color: Sapphire. HEX triplet: 00, 17 and 71. RGB value is (0,23,113). Sum of RGB (Red+Green+Blue) = 0+23+113=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #001771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001771 is #FFE88E. Grayscale: #1A1A1A. Windows color (decimal): -16771215 or 7411456. OLE color: 7411456.
HSL color Cylindrical-coordinate representation of color #001771: hue angle of 227.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001771 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 23 | 113 | - |
| CMYK | 1 | 0.80 | 0 | 0.56 |
| HSL | 227.79º | 1% | 0.22% | - |
| HSV(B) | 227.79º | 1% | 0.44% | - |
| XYZ | 3.29 | 1.81 | 15.8 | - |
| YUV | 26.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 113 | 1 | 0.80 | 0 | 0.56 | 227.79 | 1 | 0.22 |
| Hex | 0 | 17 | 71 | 64 | 50 | 0 | 38 | E4 | 64 | 16 |
| Octal | 0 | 27 | 161 | 144 | 120 | 0 | 70 | 344 | 144 | 26 |
| Binary | 0 | 10111 | 1110001 | 1100100 | 1010000 | 0 | 111000 | 11100100 | 1100100 | 10110 |
Color Harmonies of #001771
Complementary color
Monochromatic Colors of #001771
Black with #001771
Text Example
Text Example
White with #001771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001771; }
p { color: rgb(0,23,113); }
H1.HeaderClassName
{
color: #001771;
}
.AnyTagClassName
{
color: #001771;
}
</style>
background-color css
<style>
a { background-color: #001771; }
a { background-color: rgb(0,23,113); }
div.DivClassName
{
background-color: #001771;
}
.BgClassName
{
background-color: #001771;
}
</style>
border-color css
<style>
span { border-color: #001771; }
span { border-color: rgb(0,23,113); }
td.TdClassName
{
border-color: #001771;
}
.TagClassName
{
border-color: #001771;
}
</style>