Shades of Sapphire #01106B
Tints of Sapphire #01106B
RGB
CMYK
RGB Variations
Color information
#01106B (or 0x01106B) is known color: Sapphire. HEX triplet: 01, 10 and 6B. RGB value is (1,16,107). Sum of RGB (Red+Green+Blue) = 1+16+107=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #01106B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01106B is #FEEF94. Grayscale: #151515. Windows color (decimal): -16707477 or 7016449. OLE color: 7016449.
HSL color Cylindrical-coordinate representation of color #01106B: hue angle of 231.51º 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 #01106B is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 16 | 107 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.58 |
| HSL | 231.51º | 0.98% | 0.21% | - |
| HSV(B) | 231.51º | 0.99% | 0.42% | - |
| XYZ | 2.85 | 1.44 | 14.04 | - |
| YUV | 21.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 107 | 0.99 | 0.85 | 0 | 0.58 | 231.51 | 0.98 | 0.21 |
| Hex | 1 | 10 | 6B | 63 | 55 | 0 | 3A | E8 | 62 | 15 |
| Octal | 1 | 20 | 153 | 143 | 125 | 0 | 72 | 350 | 142 | 25 |
| Binary | 1 | 10000 | 1101011 | 1100011 | 1010101 | 0 | 111010 | 11101000 | 1100010 | 10101 |
Color Harmonies of #01106B
Complementary color
Monochromatic Colors of #01106B
Black with #01106B
Text Example
Text Example
White with #01106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01106B; }
p { color: rgb(1,16,107); }
H1.HeaderClassName
{
color: #01106B;
}
.AnyTagClassName
{
color: #01106B;
}
</style>
background-color css
<style>
a { background-color: #01106B; }
a { background-color: rgb(1,16,107); }
div.DivClassName
{
background-color: #01106B;
}
.BgClassName
{
background-color: #01106B;
}
</style>
border-color css
<style>
span { border-color: #01106B; }
span { border-color: rgb(1,16,107); }
td.TdClassName
{
border-color: #01106B;
}
.TagClassName
{
border-color: #01106B;
}
</style>