Shades of Sapphire #001677
Tints of Sapphire #001677
RGB
CMYK
RGB Variations
Color information
#001677 (or 0x001677) is known color: Sapphire. HEX triplet: 00, 16 and 77. RGB value is (0,22,119). Sum of RGB (Red+Green+Blue) = 0+22+119=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #001677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001677 is #FFE988. Grayscale: #1A1A1A. Windows color (decimal): -16771465 or 7804416. OLE color: 7804416.
HSL color Cylindrical-coordinate representation of color #001677: hue angle of 228.91º 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 #001677 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 22 | 119 | - |
| CMYK | 1 | 0.82 | 0 | 0.53 |
| HSL | 228.91º | 1% | 0.23% | - |
| HSV(B) | 228.91º | 1% | 0.47% | - |
| XYZ | 3.62 | 1.91 | 17.63 | - |
| YUV | 26.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 119 | 1 | 0.82 | 0 | 0.53 | 228.91 | 1 | 0.23 |
| Hex | 0 | 16 | 77 | 64 | 52 | 0 | 35 | E5 | 64 | 17 |
| Octal | 0 | 26 | 167 | 144 | 122 | 0 | 65 | 345 | 144 | 27 |
| Binary | 0 | 10110 | 1110111 | 1100100 | 1010010 | 0 | 110101 | 11100101 | 1100100 | 10111 |
Color Harmonies of #001677
Complementary color
Monochromatic Colors of #001677
Black with #001677
Text Example
Text Example
White with #001677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001677; }
p { color: rgb(0,22,119); }
H1.HeaderClassName
{
color: #001677;
}
.AnyTagClassName
{
color: #001677;
}
</style>
background-color css
<style>
a { background-color: #001677; }
a { background-color: rgb(0,22,119); }
div.DivClassName
{
background-color: #001677;
}
.BgClassName
{
background-color: #001677;
}
</style>
border-color css
<style>
span { border-color: #001677; }
span { border-color: rgb(0,22,119); }
td.TdClassName
{
border-color: #001677;
}
.TagClassName
{
border-color: #001677;
}
</style>