Shades of Sapphire #000650
Tints of Sapphire #000650
RGB
CMYK
RGB Variations
Color information
#000650 (or 0x000650) is known color: Sapphire. HEX triplet: 00, 06 and 50. RGB value is (0,6,80). Sum of RGB (Red+Green+Blue) = 0+6+80=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 80 (31.64% from 255 or 93.02% from 86); Max value from RGB is 80 - color contains mainly: blue. Hex color #000650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000650 is #FFF9AF. Grayscale: #0C0C0C. Windows color (decimal): -16775600 or 5244416. OLE color: 5244416.
HSL color Cylindrical-coordinate representation of color #000650: hue angle of 235.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 #000650 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 6 | 80 | - |
| CMYK | 1 | 0.92 | 0 | 0.69 |
| HSL | 235.5º | 1% | 0.16% | - |
| HSV(B) | 235.5º | 1% | 0.31% | - |
| XYZ | 1.51 | 0.71 | 7.65 | - |
| YUV | 12.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 80 | 1 | 0.92 | 0 | 0.69 | 235.5 | 1 | 0.16 |
| Hex | 0 | 6 | 50 | 64 | 5C | 0 | 45 | EC | 64 | 10 |
| Octal | 0 | 6 | 120 | 144 | 134 | 0 | 105 | 354 | 144 | 20 |
| Binary | 0 | 110 | 1010000 | 1100100 | 1011100 | 0 | 1000101 | 11101100 | 1100100 | 10000 |
Color Harmonies of #000650
Complementary color
Monochromatic Colors of #000650
Black with #000650
Text Example
Text Example
White with #000650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000650; }
p { color: rgb(0,6,80); }
H1.HeaderClassName
{
color: #000650;
}
.AnyTagClassName
{
color: #000650;
}
</style>
background-color css
<style>
a { background-color: #000650; }
a { background-color: rgb(0,6,80); }
div.DivClassName
{
background-color: #000650;
}
.BgClassName
{
background-color: #000650;
}
</style>
border-color css
<style>
span { border-color: #000650; }
span { border-color: rgb(0,6,80); }
td.TdClassName
{
border-color: #000650;
}
.TagClassName
{
border-color: #000650;
}
</style>