Shades of Sapphire #01175E
Tints of Sapphire #01175E
RGB
CMYK
RGB Variations
Color information
#01175E (or 0x01175E) is known color: Sapphire. HEX triplet: 01, 17 and 5E. RGB value is (1,23,94). Sum of RGB (Red+Green+Blue) = 1+23+94=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #01175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01175E is #FEE8A1. Grayscale: #181818. Windows color (decimal): -16705698 or 6166273. OLE color: 6166273.
HSL color Cylindrical-coordinate representation of color #01175E: hue angle of 225.81º 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 #01175E is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 23 | 94 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.63 |
| HSL | 225.81º | 0.98% | 0.19% | - |
| HSV(B) | 225.81º | 0.99% | 0.37% | - |
| XYZ | 2.34 | 1.43 | 10.74 | - |
| YUV | 24.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 94 | 0.99 | 0.76 | 0 | 0.63 | 225.81 | 0.98 | 0.19 |
| Hex | 1 | 17 | 5E | 63 | 4C | 0 | 3F | E2 | 62 | 13 |
| Octal | 1 | 27 | 136 | 143 | 114 | 0 | 77 | 342 | 142 | 23 |
| Binary | 1 | 10111 | 1011110 | 1100011 | 1001100 | 0 | 111111 | 11100010 | 1100010 | 10011 |
Color Harmonies of #01175E
Complementary color
Monochromatic Colors of #01175E
Black with #01175E
Text Example
Text Example
White with #01175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01175E; }
p { color: rgb(1,23,94); }
H1.HeaderClassName
{
color: #01175E;
}
.AnyTagClassName
{
color: #01175E;
}
</style>
background-color css
<style>
a { background-color: #01175E; }
a { background-color: rgb(1,23,94); }
div.DivClassName
{
background-color: #01175E;
}
.BgClassName
{
background-color: #01175E;
}
</style>
border-color css
<style>
span { border-color: #01175E; }
span { border-color: rgb(1,23,94); }
td.TdClassName
{
border-color: #01175E;
}
.TagClassName
{
border-color: #01175E;
}
</style>