Shades of Sapphire #01166D
Tints of Sapphire #01166D
RGB
CMYK
RGB Variations
Color information
#01166D (or 0x01166D) is known color: Sapphire. HEX triplet: 01, 16 and 6D. RGB value is (1,22,109). Sum of RGB (Red+Green+Blue) = 1+22+109=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #01166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01166D is #FEE992. Grayscale: #191919. Windows color (decimal): -16705939 or 7149057. OLE color: 7149057.
HSL color Cylindrical-coordinate representation of color #01166D: hue angle of 228.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01166D is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 22 | 109 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.57 |
| HSL | 228.33º | 0.98% | 0.22% | - |
| HSV(B) | 228.33º | 0.99% | 0.43% | - |
| XYZ | 3.06 | 1.68 | 14.63 | - |
| YUV | 25.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 109 | 0.99 | 0.80 | 0 | 0.57 | 228.33 | 0.98 | 0.22 |
| Hex | 1 | 16 | 6D | 63 | 50 | 0 | 39 | E4 | 62 | 16 |
| Octal | 1 | 26 | 155 | 143 | 120 | 0 | 71 | 344 | 142 | 26 |
| Binary | 1 | 10110 | 1101101 | 1100011 | 1010000 | 0 | 111001 | 11100100 | 1100010 | 10110 |
Color Harmonies of #01166D
Complementary color
Monochromatic Colors of #01166D
Black with #01166D
Text Example
Text Example
White with #01166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01166D; }
p { color: rgb(1,22,109); }
H1.HeaderClassName
{
color: #01166D;
}
.AnyTagClassName
{
color: #01166D;
}
</style>
background-color css
<style>
a { background-color: #01166D; }
a { background-color: rgb(1,22,109); }
div.DivClassName
{
background-color: #01166D;
}
.BgClassName
{
background-color: #01166D;
}
</style>
border-color css
<style>
span { border-color: #01166D; }
span { border-color: rgb(1,22,109); }
td.TdClassName
{
border-color: #01166D;
}
.TagClassName
{
border-color: #01166D;
}
</style>