Shades of Sapphire #001665
Tints of Sapphire #001665
RGB
CMYK
RGB Variations
Color information
#001665 (or 0x001665) is known color: Sapphire. HEX triplet: 00, 16 and 65. RGB value is (0,22,101). Sum of RGB (Red+Green+Blue) = 0+22+101=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #001665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001665 is #FFE99A. Grayscale: #181818. Windows color (decimal): -16771483 or 6624768. OLE color: 6624768.
HSL color Cylindrical-coordinate representation of color #001665: hue angle of 226.93º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001665 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 22 | 101 | - |
| CMYK | 1 | 0.78 | 0 | 0.60 |
| HSL | 226.93º | 1% | 0.2% | - |
| HSV(B) | 226.93º | 1% | 0.4% | - |
| XYZ | 2.64 | 1.51 | 12.47 | - |
| YUV | 24.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 101 | 1 | 0.78 | 0 | 0.60 | 226.93 | 1 | 0.2 |
| Hex | 0 | 16 | 65 | 64 | 4E | 0 | 3C | E3 | 64 | 14 |
| Octal | 0 | 26 | 145 | 144 | 116 | 0 | 74 | 343 | 144 | 24 |
| Binary | 0 | 10110 | 1100101 | 1100100 | 1001110 | 0 | 111100 | 11100011 | 1100100 | 10100 |
Color Harmonies of #001665
Complementary color
Monochromatic Colors of #001665
Black with #001665
Text Example
Text Example
White with #001665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001665; }
p { color: rgb(0,22,101); }
H1.HeaderClassName
{
color: #001665;
}
.AnyTagClassName
{
color: #001665;
}
</style>
background-color css
<style>
a { background-color: #001665; }
a { background-color: rgb(0,22,101); }
div.DivClassName
{
background-color: #001665;
}
.BgClassName
{
background-color: #001665;
}
</style>
border-color css
<style>
span { border-color: #001665; }
span { border-color: rgb(0,22,101); }
td.TdClassName
{
border-color: #001665;
}
.TagClassName
{
border-color: #001665;
}
</style>