Shades of Sapphire #01116B
Tints of Sapphire #01116B
RGB
CMYK
RGB Variations
Color information
#01116B (or 0x01116B) is known color: Sapphire. HEX triplet: 01, 11 and 6B. RGB value is (1,17,107). Sum of RGB (Red+Green+Blue) = 1+17+107=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #01116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116B is #FEEE94. Grayscale: #161616. Windows color (decimal): -16707221 or 7016705. OLE color: 7016705.
HSL color Cylindrical-coordinate representation of color #01116B: hue angle of 230.94º 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 #01116B is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 17 | 107 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.58 |
| HSL | 230.94º | 0.98% | 0.21% | - |
| HSV(B) | 230.94º | 0.99% | 0.42% | - |
| XYZ | 2.87 | 1.47 | 14.04 | - |
| YUV | 22.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 107 | 0.99 | 0.84 | 0 | 0.58 | 230.94 | 0.98 | 0.21 |
| Hex | 1 | 11 | 6B | 63 | 54 | 0 | 3A | E7 | 62 | 15 |
| Octal | 1 | 21 | 153 | 143 | 124 | 0 | 72 | 347 | 142 | 25 |
| Binary | 1 | 10001 | 1101011 | 1100011 | 1010100 | 0 | 111010 | 11100111 | 1100010 | 10101 |
Color Harmonies of #01116B
Complementary color
Monochromatic Colors of #01116B
Black with #01116B
Text Example
Text Example
White with #01116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01116B; }
p { color: rgb(1,17,107); }
H1.HeaderClassName
{
color: #01116B;
}
.AnyTagClassName
{
color: #01116B;
}
</style>
background-color css
<style>
a { background-color: #01116B; }
a { background-color: rgb(1,17,107); }
div.DivClassName
{
background-color: #01116B;
}
.BgClassName
{
background-color: #01116B;
}
</style>
border-color css
<style>
span { border-color: #01116B; }
span { border-color: rgb(1,17,107); }
td.TdClassName
{
border-color: #01116B;
}
.TagClassName
{
border-color: #01116B;
}
</style>