Shades of Sapphire #01155E
Tints of Sapphire #01155E
RGB
CMYK
RGB Variations
Color information
#01155E (or 0x01155E) is known color: Sapphire. HEX triplet: 01, 15 and 5E. RGB value is (1,21,94). Sum of RGB (Red+Green+Blue) = 1+21+94=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #01155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01155E is #FEEAA1. Grayscale: #171717. Windows color (decimal): -16706210 or 6165761. OLE color: 6165761.
HSL color Cylindrical-coordinate representation of color #01155E: hue angle of 227.1º 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 #01155E is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 21 | 94 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.63 |
| HSL | 227.1º | 0.98% | 0.19% | - |
| HSV(B) | 227.1º | 0.99% | 0.37% | - |
| XYZ | 2.3 | 1.35 | 10.73 | - |
| YUV | 23.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 94 | 0.99 | 0.78 | 0 | 0.63 | 227.1 | 0.98 | 0.19 |
| Hex | 1 | 15 | 5E | 63 | 4E | 0 | 3F | E3 | 62 | 13 |
| Octal | 1 | 25 | 136 | 143 | 116 | 0 | 77 | 343 | 142 | 23 |
| Binary | 1 | 10101 | 1011110 | 1100011 | 1001110 | 0 | 111111 | 11100011 | 1100010 | 10011 |
Color Harmonies of #01155E
Complementary color
Monochromatic Colors of #01155E
Black with #01155E
Text Example
Text Example
White with #01155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01155E; }
p { color: rgb(1,21,94); }
H1.HeaderClassName
{
color: #01155E;
}
.AnyTagClassName
{
color: #01155E;
}
</style>
background-color css
<style>
a { background-color: #01155E; }
a { background-color: rgb(1,21,94); }
div.DivClassName
{
background-color: #01155E;
}
.BgClassName
{
background-color: #01155E;
}
</style>
border-color css
<style>
span { border-color: #01155E; }
span { border-color: rgb(1,21,94); }
td.TdClassName
{
border-color: #01155E;
}
.TagClassName
{
border-color: #01155E;
}
</style>