Shades of Sapphire #01105B
Tints of Sapphire #01105B
RGB
CMYK
RGB Variations
Color information
#01105B (or 0x01105B) is known color: Sapphire. HEX triplet: 01, 10 and 5B. RGB value is (1,16,91). Sum of RGB (Red+Green+Blue) = 1+16+91=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #01105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105B is #FEEFA4. Grayscale: #131313. Windows color (decimal): -16707493 or 5967873. OLE color: 5967873.
HSL color Cylindrical-coordinate representation of color #01105B: hue angle of 230º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01105B is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 16 | 91 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.64 |
| HSL | 230º | 0.98% | 0.18% | - |
| HSV(B) | 230º | 0.99% | 0.36% | - |
| XYZ | 2.09 | 1.13 | 10.01 | - |
| YUV | 20.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 91 | 0.99 | 0.82 | 0 | 0.64 | 230 | 0.98 | 0.18 |
| Hex | 1 | 10 | 5B | 63 | 52 | 0 | 40 | E6 | 62 | 12 |
| Octal | 1 | 20 | 133 | 143 | 122 | 0 | 100 | 346 | 142 | 22 |
| Binary | 1 | 10000 | 1011011 | 1100011 | 1010010 | 0 | 1000000 | 11100110 | 1100010 | 10010 |
Color Harmonies of #01105B
Complementary color
Monochromatic Colors of #01105B
Black with #01105B
Text Example
Text Example
White with #01105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01105B; }
p { color: rgb(1,16,91); }
H1.HeaderClassName
{
color: #01105B;
}
.AnyTagClassName
{
color: #01105B;
}
</style>
background-color css
<style>
a { background-color: #01105B; }
a { background-color: rgb(1,16,91); }
div.DivClassName
{
background-color: #01105B;
}
.BgClassName
{
background-color: #01105B;
}
</style>
border-color css
<style>
span { border-color: #01105B; }
span { border-color: rgb(1,16,91); }
td.TdClassName
{
border-color: #01105B;
}
.TagClassName
{
border-color: #01105B;
}
</style>