Shades of Sapphire #01114D
Tints of Sapphire #01114D
RGB
CMYK
RGB Variations
Color information
#01114D (or 0x01114D) is known color: Sapphire. HEX triplet: 01, 11 and 4D. RGB value is (1,17,77). Sum of RGB (Red+Green+Blue) = 1+17+77=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #01114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01114D is #FEEEB2. Grayscale: #121212. Windows color (decimal): -16707251 or 5050625. OLE color: 5050625.
HSL color Cylindrical-coordinate representation of color #01114D: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01114D is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 17 | 77 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.70 |
| HSL | 227.37º | 0.97% | 0.15% | - |
| HSV(B) | 227.37º | 0.99% | 0.3% | - |
| XYZ | 1.55 | 0.94 | 7.12 | - |
| YUV | 19.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 77 | 0.99 | 0.78 | 0 | 0.70 | 227.37 | 0.97 | 0.15 |
| Hex | 1 | 11 | 4D | 63 | 4E | 0 | 46 | E3 | 61 | F |
| Octal | 1 | 21 | 115 | 143 | 116 | 0 | 106 | 343 | 141 | 17 |
| Binary | 1 | 10001 | 1001101 | 1100011 | 1001110 | 0 | 1000110 | 11100011 | 1100001 | 1111 |
Color Harmonies of #01114D
Complementary color
Monochromatic Colors of #01114D
Black with #01114D
Text Example
Text Example
White with #01114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01114D; }
p { color: rgb(1,17,77); }
H1.HeaderClassName
{
color: #01114D;
}
.AnyTagClassName
{
color: #01114D;
}
</style>
background-color css
<style>
a { background-color: #01114D; }
a { background-color: rgb(1,17,77); }
div.DivClassName
{
background-color: #01114D;
}
.BgClassName
{
background-color: #01114D;
}
</style>
border-color css
<style>
span { border-color: #01114D; }
span { border-color: rgb(1,17,77); }
td.TdClassName
{
border-color: #01114D;
}
.TagClassName
{
border-color: #01114D;
}
</style>