Shades of Sapphire #001650
Tints of Sapphire #001650
RGB
CMYK
RGB Variations
Color information
#001650 (or 0x001650) is known color: Sapphire. HEX triplet: 00, 16 and 50. RGB value is (0,22,80). Sum of RGB (Red+Green+Blue) = 0+22+80=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #001650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001650 is #FFE9AF. Grayscale: #151515. Windows color (decimal): -16771504 or 5248512. OLE color: 5248512.
HSL color Cylindrical-coordinate representation of color #001650: hue angle of 223.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001650 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 22 | 80 | - |
| CMYK | 1 | 0.72 | 0 | 0.69 |
| HSL | 223.5º | 1% | 0.16% | - |
| HSV(B) | 223.5º | 1% | 0.31% | - |
| XYZ | 1.73 | 1.15 | 7.72 | - |
| YUV | 22.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 80 | 1 | 0.72 | 0 | 0.69 | 223.5 | 1 | 0.16 |
| Hex | 0 | 16 | 50 | 64 | 48 | 0 | 45 | E0 | 64 | 10 |
| Octal | 0 | 26 | 120 | 144 | 110 | 0 | 105 | 340 | 144 | 20 |
| Binary | 0 | 10110 | 1010000 | 1100100 | 1001000 | 0 | 1000101 | 11100000 | 1100100 | 10000 |
Color Harmonies of #001650
Complementary color
Monochromatic Colors of #001650
Black with #001650
Text Example
Text Example
White with #001650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001650; }
p { color: rgb(0,22,80); }
H1.HeaderClassName
{
color: #001650;
}
.AnyTagClassName
{
color: #001650;
}
</style>
background-color css
<style>
a { background-color: #001650; }
a { background-color: rgb(0,22,80); }
div.DivClassName
{
background-color: #001650;
}
.BgClassName
{
background-color: #001650;
}
</style>
border-color css
<style>
span { border-color: #001650; }
span { border-color: rgb(0,22,80); }
td.TdClassName
{
border-color: #001650;
}
.TagClassName
{
border-color: #001650;
}
</style>