Shades of Sapphire #01116A
Tints of Sapphire #01116A
RGB
CMYK
RGB Variations
Color information
#01116A (or 0x01116A) is known color: Sapphire. HEX triplet: 01, 11 and 6A. RGB value is (1,17,106). Sum of RGB (Red+Green+Blue) = 1+17+106=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #01116A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116A is #FEEE95. Grayscale: #151515. Windows color (decimal): -16707222 or 6951169. OLE color: 6951169.
HSL color Cylindrical-coordinate representation of color #01116A: hue angle of 230.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01116A is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 17 | 106 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.58 |
| HSL | 230.86º | 0.98% | 0.21% | - |
| HSV(B) | 230.86º | 0.99% | 0.42% | - |
| XYZ | 2.81 | 1.45 | 13.77 | - |
| YUV | 22.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 106 | 0.99 | 0.84 | 0 | 0.58 | 230.86 | 0.98 | 0.21 |
| Hex | 1 | 11 | 6A | 63 | 54 | 0 | 3A | E7 | 62 | 15 |
| Octal | 1 | 21 | 152 | 143 | 124 | 0 | 72 | 347 | 142 | 25 |
| Binary | 1 | 10001 | 1101010 | 1100011 | 1010100 | 0 | 111010 | 11100111 | 1100010 | 10101 |
Color Harmonies of #01116A
Complementary color
Monochromatic Colors of #01116A
Black with #01116A
Text Example
Text Example
White with #01116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01116A; }
p { color: rgb(1,17,106); }
H1.HeaderClassName
{
color: #01116A;
}
.AnyTagClassName
{
color: #01116A;
}
</style>
background-color css
<style>
a { background-color: #01116A; }
a { background-color: rgb(1,17,106); }
div.DivClassName
{
background-color: #01116A;
}
.BgClassName
{
background-color: #01116A;
}
</style>
border-color css
<style>
span { border-color: #01116A; }
span { border-color: rgb(1,17,106); }
td.TdClassName
{
border-color: #01116A;
}
.TagClassName
{
border-color: #01116A;
}
</style>