Shades of Sapphire #01176C
Tints of Sapphire #01176C
RGB
CMYK
RGB Variations
Color information
#01176C (or 0x01176C) is known color: Sapphire. HEX triplet: 01, 17 and 6C. RGB value is (1,23,108). Sum of RGB (Red+Green+Blue) = 1+23+108=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #01176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01176C is #FEE893. Grayscale: #191919. Windows color (decimal): -16705684 or 7083777. OLE color: 7083777.
HSL color Cylindrical-coordinate representation of color #01176C: hue angle of 227.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01176C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 23 | 108 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.58 |
| HSL | 227.66º | 0.98% | 0.21% | - |
| HSV(B) | 227.66º | 0.99% | 0.42% | - |
| XYZ | 3.03 | 1.7 | 14.36 | - |
| YUV | 26.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 108 | 0.99 | 0.79 | 0 | 0.58 | 227.66 | 0.98 | 0.21 |
| Hex | 1 | 17 | 6C | 63 | 4F | 0 | 3A | E4 | 62 | 15 |
| Octal | 1 | 27 | 154 | 143 | 117 | 0 | 72 | 344 | 142 | 25 |
| Binary | 1 | 10111 | 1101100 | 1100011 | 1001111 | 0 | 111010 | 11100100 | 1100010 | 10101 |
Color Harmonies of #01176C
Complementary color
Monochromatic Colors of #01176C
Black with #01176C
Text Example
Text Example
White with #01176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01176C; }
p { color: rgb(1,23,108); }
H1.HeaderClassName
{
color: #01176C;
}
.AnyTagClassName
{
color: #01176C;
}
</style>
background-color css
<style>
a { background-color: #01176C; }
a { background-color: rgb(1,23,108); }
div.DivClassName
{
background-color: #01176C;
}
.BgClassName
{
background-color: #01176C;
}
</style>
border-color css
<style>
span { border-color: #01176C; }
span { border-color: rgb(1,23,108); }
td.TdClassName
{
border-color: #01176C;
}
.TagClassName
{
border-color: #01176C;
}
</style>