Shades of Sapphire #001679
Tints of Sapphire #001679
RGB
CMYK
RGB Variations
Color information
#001679 (or 0x001679) is known color: Sapphire. HEX triplet: 00, 16 and 79. RGB value is (0,22,121). Sum of RGB (Red+Green+Blue) = 0+22+121=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 121 (47.66% from 255 or 84.62% from 143); Max value from RGB is 121 - color contains mainly: blue. Hex color #001679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001679 is #FFE986. Grayscale: #1A1A1A. Windows color (decimal): -16771463 or 7935488. OLE color: 7935488.
HSL color Cylindrical-coordinate representation of color #001679: hue angle of 229.09º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001679 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 22 | 121 | - |
| CMYK | 1 | 0.82 | 0 | 0.53 |
| HSL | 229.09º | 1% | 0.24% | - |
| HSV(B) | 229.09º | 1% | 0.47% | - |
| XYZ | 3.74 | 1.95 | 18.27 | - |
| YUV | 26.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 121 | 1 | 0.82 | 0 | 0.53 | 229.09 | 1 | 0.24 |
| Hex | 0 | 16 | 79 | 64 | 52 | 0 | 35 | E5 | 64 | 18 |
| Octal | 0 | 26 | 171 | 144 | 122 | 0 | 65 | 345 | 144 | 30 |
| Binary | 0 | 10110 | 1111001 | 1100100 | 1010010 | 0 | 110101 | 11100101 | 1100100 | 11000 |
Color Harmonies of #001679
Complementary color
Monochromatic Colors of #001679
Black with #001679
Text Example
Text Example
White with #001679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001679; }
p { color: rgb(0,22,121); }
H1.HeaderClassName
{
color: #001679;
}
.AnyTagClassName
{
color: #001679;
}
</style>
background-color css
<style>
a { background-color: #001679; }
a { background-color: rgb(0,22,121); }
div.DivClassName
{
background-color: #001679;
}
.BgClassName
{
background-color: #001679;
}
</style>
border-color css
<style>
span { border-color: #001679; }
span { border-color: rgb(0,22,121); }
td.TdClassName
{
border-color: #001679;
}
.TagClassName
{
border-color: #001679;
}
</style>