Shades of Sapphire #001777
Tints of Sapphire #001777
RGB
CMYK
RGB Variations
Color information
#001777 (or 0x001777) is known color: Sapphire. HEX triplet: 00, 17 and 77. RGB value is (0,23,119). Sum of RGB (Red+Green+Blue) = 0+23+119=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #001777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001777 is #FFE888. Grayscale: #1A1A1A. Windows color (decimal): -16771209 or 7804672. OLE color: 7804672.
HSL color Cylindrical-coordinate representation of color #001777: hue angle of 228.4º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001777 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 23 | 119 | - |
| CMYK | 1 | 0.81 | 0 | 0.53 |
| HSL | 228.4º | 1% | 0.23% | - |
| HSV(B) | 228.4º | 1% | 0.47% | - |
| XYZ | 3.64 | 1.94 | 17.64 | - |
| YUV | 27.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 119 | 1 | 0.81 | 0 | 0.53 | 228.4 | 1 | 0.23 |
| Hex | 0 | 17 | 77 | 64 | 51 | 0 | 35 | E4 | 64 | 17 |
| Octal | 0 | 27 | 167 | 144 | 121 | 0 | 65 | 344 | 144 | 27 |
| Binary | 0 | 10111 | 1110111 | 1100100 | 1010001 | 0 | 110101 | 11100100 | 1100100 | 10111 |
Color Harmonies of #001777
Complementary color
Monochromatic Colors of #001777
Black with #001777
Text Example
Text Example
White with #001777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001777; }
p { color: rgb(0,23,119); }
H1.HeaderClassName
{
color: #001777;
}
.AnyTagClassName
{
color: #001777;
}
</style>
background-color css
<style>
a { background-color: #001777; }
a { background-color: rgb(0,23,119); }
div.DivClassName
{
background-color: #001777;
}
.BgClassName
{
background-color: #001777;
}
</style>
border-color css
<style>
span { border-color: #001777; }
span { border-color: rgb(0,23,119); }
td.TdClassName
{
border-color: #001777;
}
.TagClassName
{
border-color: #001777;
}
</style>