Shades of Sapphire #01115B
Tints of Sapphire #01115B
RGB
CMYK
RGB Variations
Color information
#01115B (or 0x01115B) is known color: Sapphire. HEX triplet: 01, 11 and 5B. RGB value is (1,17,91). Sum of RGB (Red+Green+Blue) = 1+17+91=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #01115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01115B is #FEEEA4. Grayscale: #141414. Windows color (decimal): -16707237 or 5968129. OLE color: 5968129.
HSL color Cylindrical-coordinate representation of color #01115B: hue angle of 229.33º 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 #01115B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 17 | 91 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.64 |
| HSL | 229.33º | 0.98% | 0.18% | - |
| HSV(B) | 229.33º | 0.99% | 0.36% | - |
| XYZ | 2.1 | 1.16 | 10.01 | - |
| YUV | 20.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 91 | 0.99 | 0.81 | 0 | 0.64 | 229.33 | 0.98 | 0.18 |
| Hex | 1 | 11 | 5B | 63 | 51 | 0 | 40 | E5 | 62 | 12 |
| Octal | 1 | 21 | 133 | 143 | 121 | 0 | 100 | 345 | 142 | 22 |
| Binary | 1 | 10001 | 1011011 | 1100011 | 1010001 | 0 | 1000000 | 11100101 | 1100010 | 10010 |
Color Harmonies of #01115B
Complementary color
Monochromatic Colors of #01115B
Black with #01115B
Text Example
Text Example
White with #01115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01115B; }
p { color: rgb(1,17,91); }
H1.HeaderClassName
{
color: #01115B;
}
.AnyTagClassName
{
color: #01115B;
}
</style>
background-color css
<style>
a { background-color: #01115B; }
a { background-color: rgb(1,17,91); }
div.DivClassName
{
background-color: #01115B;
}
.BgClassName
{
background-color: #01115B;
}
</style>
border-color css
<style>
span { border-color: #01115B; }
span { border-color: rgb(1,17,91); }
td.TdClassName
{
border-color: #01115B;
}
.TagClassName
{
border-color: #01115B;
}
</style>