Shades of Sapphire #01115F
Tints of Sapphire #01115F
RGB
CMYK
RGB Variations
Color information
#01115F (or 0x01115F) is known color: Sapphire. HEX triplet: 01, 11 and 5F. RGB value is (1,17,95). Sum of RGB (Red+Green+Blue) = 1+17+95=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 95 (37.5% from 255 or 84.07% from 113); Max value from RGB is 95 - color contains mainly: blue. Hex color #01115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01115F is #FEEEA0. Grayscale: #141414. Windows color (decimal): -16707233 or 6230273. OLE color: 6230273.
HSL color Cylindrical-coordinate representation of color #01115F: hue angle of 229.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01115F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 17 | 95 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.63 |
| HSL | 229.79º | 0.98% | 0.19% | - |
| HSV(B) | 229.79º | 0.99% | 0.37% | - |
| XYZ | 2.28 | 1.23 | 10.94 | - |
| YUV | 21.11 | 169.7 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 95 | 0.99 | 0.82 | 0 | 0.63 | 229.79 | 0.98 | 0.19 |
| Hex | 1 | 11 | 5F | 63 | 52 | 0 | 3F | E6 | 62 | 13 |
| Octal | 1 | 21 | 137 | 143 | 122 | 0 | 77 | 346 | 142 | 23 |
| Binary | 1 | 10001 | 1011111 | 1100011 | 1010010 | 0 | 111111 | 11100110 | 1100010 | 10011 |
Color Harmonies of #01115F
Complementary color
Monochromatic Colors of #01115F
Black with #01115F
Text Example
Text Example
White with #01115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01115F; }
p { color: rgb(1,17,95); }
H1.HeaderClassName
{
color: #01115F;
}
.AnyTagClassName
{
color: #01115F;
}
</style>
background-color css
<style>
a { background-color: #01115F; }
a { background-color: rgb(1,17,95); }
div.DivClassName
{
background-color: #01115F;
}
.BgClassName
{
background-color: #01115F;
}
</style>
border-color css
<style>
span { border-color: #01115F; }
span { border-color: rgb(1,17,95); }
td.TdClassName
{
border-color: #01115F;
}
.TagClassName
{
border-color: #01115F;
}
</style>