Shades of Sapphire #001671
Tints of Sapphire #001671
RGB
CMYK
RGB Variations
Color information
#001671 (or 0x001671) is known color: Sapphire. HEX triplet: 00, 16 and 71. RGB value is (0,22,113). Sum of RGB (Red+Green+Blue) = 0+22+113=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #001671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001671 is #FFE98E. Grayscale: #191919. Windows color (decimal): -16771471 or 7411200. OLE color: 7411200.
HSL color Cylindrical-coordinate representation of color #001671: hue angle of 228.32º 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 #001671 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 22 | 113 | - |
| CMYK | 1 | 0.81 | 0 | 0.56 |
| HSL | 228.32º | 1% | 0.22% | - |
| HSV(B) | 228.32º | 1% | 0.44% | - |
| XYZ | 3.27 | 1.77 | 15.79 | - |
| YUV | 25.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 113 | 1 | 0.81 | 0 | 0.56 | 228.32 | 1 | 0.22 |
| Hex | 0 | 16 | 71 | 64 | 51 | 0 | 38 | E4 | 64 | 16 |
| Octal | 0 | 26 | 161 | 144 | 121 | 0 | 70 | 344 | 144 | 26 |
| Binary | 0 | 10110 | 1110001 | 1100100 | 1010001 | 0 | 111000 | 11100100 | 1100100 | 10110 |
Color Harmonies of #001671
Complementary color
Monochromatic Colors of #001671
Black with #001671
Text Example
Text Example
White with #001671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001671; }
p { color: rgb(0,22,113); }
H1.HeaderClassName
{
color: #001671;
}
.AnyTagClassName
{
color: #001671;
}
</style>
background-color css
<style>
a { background-color: #001671; }
a { background-color: rgb(0,22,113); }
div.DivClassName
{
background-color: #001671;
}
.BgClassName
{
background-color: #001671;
}
</style>
border-color css
<style>
span { border-color: #001671; }
span { border-color: rgb(0,22,113); }
td.TdClassName
{
border-color: #001671;
}
.TagClassName
{
border-color: #001671;
}
</style>