Shades of Sapphire #011069
Tints of Sapphire #011069
RGB
CMYK
RGB Variations
Color information
#011069 (or 0x011069) is known color: Sapphire. HEX triplet: 01, 10 and 69. RGB value is (1,16,105). Sum of RGB (Red+Green+Blue) = 1+16+105=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 105 (41.41% from 255 or 86.07% from 122); Max value from RGB is 105 - color contains mainly: blue. Hex color #011069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011069 is #FEEF96. Grayscale: #151515. Windows color (decimal): -16707479 or 6885377. OLE color: 6885377.
HSL color Cylindrical-coordinate representation of color #011069: hue angle of 231.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011069 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 16 | 105 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.59 |
| HSL | 231.35º | 0.98% | 0.21% | - |
| HSV(B) | 231.35º | 0.99% | 0.41% | - |
| XYZ | 2.75 | 1.4 | 13.49 | - |
| YUV | 21.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 105 | 0.99 | 0.85 | 0 | 0.59 | 231.35 | 0.98 | 0.21 |
| Hex | 1 | 10 | 69 | 63 | 55 | 0 | 3B | E7 | 62 | 15 |
| Octal | 1 | 20 | 151 | 143 | 125 | 0 | 73 | 347 | 142 | 25 |
| Binary | 1 | 10000 | 1101001 | 1100011 | 1010101 | 0 | 111011 | 11100111 | 1100010 | 10101 |
Color Harmonies of #011069
Complementary color
Monochromatic Colors of #011069
Black with #011069
Text Example
Text Example
White with #011069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011069; }
p { color: rgb(1,16,105); }
H1.HeaderClassName
{
color: #011069;
}
.AnyTagClassName
{
color: #011069;
}
</style>
background-color css
<style>
a { background-color: #011069; }
a { background-color: rgb(1,16,105); }
div.DivClassName
{
background-color: #011069;
}
.BgClassName
{
background-color: #011069;
}
</style>
border-color css
<style>
span { border-color: #011069; }
span { border-color: rgb(1,16,105); }
td.TdClassName
{
border-color: #011069;
}
.TagClassName
{
border-color: #011069;
}
</style>