Shades of Sapphire #001647
Tints of Sapphire #001647
RGB
CMYK
RGB Variations
Color information
#001647 (or 0x001647) is known color: Sapphire. HEX triplet: 00, 16 and 47. RGB value is (0,22,71). Sum of RGB (Red+Green+Blue) = 0+22+71=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #001647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001647 is #FFE9B8. Grayscale: #141414. Windows color (decimal): -16771513 or 4658688. OLE color: 4658688.
HSL color Cylindrical-coordinate representation of color #001647: hue angle of 221.41º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001647 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 22 | 71 | - |
| CMYK | 1 | 0.69 | 0 | 0.72 |
| HSL | 221.41º | 1% | 0.14% | - |
| HSV(B) | 221.41º | 1% | 0.28% | - |
| XYZ | 1.42 | 1.03 | 6.08 | - |
| YUV | 21.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 71 | 1 | 0.69 | 0 | 0.72 | 221.41 | 1 | 0.14 |
| Hex | 0 | 16 | 47 | 64 | 45 | 0 | 48 | DD | 64 | E |
| Octal | 0 | 26 | 107 | 144 | 105 | 0 | 110 | 335 | 144 | 16 |
| Binary | 0 | 10110 | 1000111 | 1100100 | 1000101 | 0 | 1001000 | 11011101 | 1100100 | 1110 |
Color Harmonies of #001647
Complementary color
Monochromatic Colors of #001647
Black with #001647
Text Example
Text Example
White with #001647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001647; }
p { color: rgb(0,22,71); }
H1.HeaderClassName
{
color: #001647;
}
.AnyTagClassName
{
color: #001647;
}
</style>
background-color css
<style>
a { background-color: #001647; }
a { background-color: rgb(0,22,71); }
div.DivClassName
{
background-color: #001647;
}
.BgClassName
{
background-color: #001647;
}
</style>
border-color css
<style>
span { border-color: #001647; }
span { border-color: rgb(0,22,71); }
td.TdClassName
{
border-color: #001647;
}
.TagClassName
{
border-color: #001647;
}
</style>