Shades of Sapphire #000648
Tints of Sapphire #000648
RGB
CMYK
RGB Variations
Color information
#000648 (or 0x000648) is known color: Sapphire. HEX triplet: 00, 06 and 48. RGB value is (0,6,72). Sum of RGB (Red+Green+Blue) = 0+6+72=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #000648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000648 is #FFF9B7. Grayscale: #0B0B0B. Windows color (decimal): -16775608 or 4720128. OLE color: 4720128.
HSL color Cylindrical-coordinate representation of color #000648: hue angle of 235º 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 #000648 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 6 | 72 | - |
| CMYK | 1 | 0.92 | 0 | 0.72 |
| HSL | 235º | 1% | 0.14% | - |
| HSV(B) | 235º | 1% | 0.28% | - |
| XYZ | 1.23 | 0.6 | 6.18 | - |
| YUV | 11.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 72 | 1 | 0.92 | 0 | 0.72 | 235 | 1 | 0.14 |
| Hex | 0 | 6 | 48 | 64 | 5C | 0 | 48 | EB | 64 | E |
| Octal | 0 | 6 | 110 | 144 | 134 | 0 | 110 | 353 | 144 | 16 |
| Binary | 0 | 110 | 1001000 | 1100100 | 1011100 | 0 | 1001000 | 11101011 | 1100100 | 1110 |
Color Harmonies of #000648
Complementary color
Monochromatic Colors of #000648
Black with #000648
Text Example
Text Example
White with #000648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000648; }
p { color: rgb(0,6,72); }
H1.HeaderClassName
{
color: #000648;
}
.AnyTagClassName
{
color: #000648;
}
</style>
background-color css
<style>
a { background-color: #000648; }
a { background-color: rgb(0,6,72); }
div.DivClassName
{
background-color: #000648;
}
.BgClassName
{
background-color: #000648;
}
</style>
border-color css
<style>
span { border-color: #000648; }
span { border-color: rgb(0,6,72); }
td.TdClassName
{
border-color: #000648;
}
.TagClassName
{
border-color: #000648;
}
</style>