Shades of Sapphire #01176B
Tints of Sapphire #01176B
RGB
CMYK
RGB Variations
Color information
#01176B (or 0x01176B) is known color: Sapphire. HEX triplet: 01, 17 and 6B. RGB value is (1,23,107). Sum of RGB (Red+Green+Blue) = 1+23+107=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #01176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01176B is #FEE894. Grayscale: #191919. Windows color (decimal): -16705685 or 7018241. OLE color: 7018241.
HSL color Cylindrical-coordinate representation of color #01176B: hue angle of 227.55º 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 #01176B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 23 | 107 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.58 |
| HSL | 227.55º | 0.98% | 0.21% | - |
| HSV(B) | 227.55º | 0.99% | 0.42% | - |
| XYZ | 2.97 | 1.68 | 14.08 | - |
| YUV | 26 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 107 | 0.99 | 0.79 | 0 | 0.58 | 227.55 | 0.98 | 0.21 |
| Hex | 1 | 17 | 6B | 63 | 4F | 0 | 3A | E4 | 62 | 15 |
| Octal | 1 | 27 | 153 | 143 | 117 | 0 | 72 | 344 | 142 | 25 |
| Binary | 1 | 10111 | 1101011 | 1100011 | 1001111 | 0 | 111010 | 11100100 | 1100010 | 10101 |
Color Harmonies of #01176B
Complementary color
Monochromatic Colors of #01176B
Black with #01176B
Text Example
Text Example
White with #01176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01176B; }
p { color: rgb(1,23,107); }
H1.HeaderClassName
{
color: #01176B;
}
.AnyTagClassName
{
color: #01176B;
}
</style>
background-color css
<style>
a { background-color: #01176B; }
a { background-color: rgb(1,23,107); }
div.DivClassName
{
background-color: #01176B;
}
.BgClassName
{
background-color: #01176B;
}
</style>
border-color css
<style>
span { border-color: #01176B; }
span { border-color: rgb(1,23,107); }
td.TdClassName
{
border-color: #01176B;
}
.TagClassName
{
border-color: #01176B;
}
</style>