Shades of Sapphire #01115A
Tints of Sapphire #01115A
RGB
CMYK
RGB Variations
Color information
#01115A (or 0x01115A) is known color: Sapphire. HEX triplet: 01, 11 and 5A. RGB value is (1,17,90). Sum of RGB (Red+Green+Blue) = 1+17+90=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #01115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01115A is #FEEEA5. Grayscale: #141414. Windows color (decimal): -16707238 or 5902593. OLE color: 5902593.
HSL color Cylindrical-coordinate representation of color #01115A: hue angle of 229.21º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01115A is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 17 | 90 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.65 |
| HSL | 229.21º | 0.98% | 0.18% | - |
| HSV(B) | 229.21º | 0.99% | 0.35% | - |
| XYZ | 2.06 | 1.15 | 9.79 | - |
| YUV | 20.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 90 | 0.99 | 0.81 | 0 | 0.65 | 229.21 | 0.98 | 0.18 |
| Hex | 1 | 11 | 5A | 63 | 51 | 0 | 41 | E5 | 62 | 12 |
| Octal | 1 | 21 | 132 | 143 | 121 | 0 | 101 | 345 | 142 | 22 |
| Binary | 1 | 10001 | 1011010 | 1100011 | 1010001 | 0 | 1000001 | 11100101 | 1100010 | 10010 |
Color Harmonies of #01115A
Complementary color
Monochromatic Colors of #01115A
Black with #01115A
Text Example
Text Example
White with #01115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01115A; }
p { color: rgb(1,17,90); }
H1.HeaderClassName
{
color: #01115A;
}
.AnyTagClassName
{
color: #01115A;
}
</style>
background-color css
<style>
a { background-color: #01115A; }
a { background-color: rgb(1,17,90); }
div.DivClassName
{
background-color: #01115A;
}
.BgClassName
{
background-color: #01115A;
}
</style>
border-color css
<style>
span { border-color: #01115A; }
span { border-color: rgb(1,17,90); }
td.TdClassName
{
border-color: #01115A;
}
.TagClassName
{
border-color: #01115A;
}
</style>