Shades of Sapphire #001068
Tints of Sapphire #001068
RGB
CMYK
RGB Variations
Color information
#001068 (or 0x001068) is known color: Sapphire. HEX triplet: 00, 10 and 68. RGB value is (0,16,104). Sum of RGB (Red+Green+Blue) = 0+16+104=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 104 (41.02% from 255 or 86.67% from 120); Max value from RGB is 104 - color contains mainly: blue. Hex color #001068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001068 is #FFEF97. Grayscale: #141414. Windows color (decimal): -16773016 or 6819840. OLE color: 6819840.
HSL color Cylindrical-coordinate representation of color #001068: hue angle of 230.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001068 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 16 | 104 | - |
| CMYK | 1 | 0.85 | 0 | 0.59 |
| HSL | 230.77º | 1% | 0.2% | - |
| HSV(B) | 230.77º | 1% | 0.41% | - |
| XYZ | 2.68 | 1.37 | 13.22 | - |
| YUV | 21.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 104 | 1 | 0.85 | 0 | 0.59 | 230.77 | 1 | 0.2 |
| Hex | 0 | 10 | 68 | 64 | 55 | 0 | 3B | E7 | 64 | 14 |
| Octal | 0 | 20 | 150 | 144 | 125 | 0 | 73 | 347 | 144 | 24 |
| Binary | 0 | 10000 | 1101000 | 1100100 | 1010101 | 0 | 111011 | 11100111 | 1100100 | 10100 |
Color Harmonies of #001068
Complementary color
Monochromatic Colors of #001068
Black with #001068
Text Example
Text Example
White with #001068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001068; }
p { color: rgb(0,16,104); }
H1.HeaderClassName
{
color: #001068;
}
.AnyTagClassName
{
color: #001068;
}
</style>
background-color css
<style>
a { background-color: #001068; }
a { background-color: rgb(0,16,104); }
div.DivClassName
{
background-color: #001068;
}
.BgClassName
{
background-color: #001068;
}
</style>
border-color css
<style>
span { border-color: #001068; }
span { border-color: rgb(0,16,104); }
td.TdClassName
{
border-color: #001068;
}
.TagClassName
{
border-color: #001068;
}
</style>