Shades of Sapphire #011669
Tints of Sapphire #011669
RGB
CMYK
RGB Variations
Color information
#011669 (or 0x011669) is known color: Sapphire. HEX triplet: 01, 16 and 69. RGB value is (1,22,105). Sum of RGB (Red+Green+Blue) = 1+22+105=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #011669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011669 is #FEE996. Grayscale: #181818. Windows color (decimal): -16705943 or 6886913. OLE color: 6886913.
HSL color Cylindrical-coordinate representation of color #011669: hue angle of 227.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011669 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 22 | 105 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.59 |
| HSL | 227.88º | 0.98% | 0.21% | - |
| HSV(B) | 227.88º | 0.99% | 0.41% | - |
| XYZ | 2.85 | 1.6 | 13.52 | - |
| YUV | 25.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 105 | 0.99 | 0.79 | 0 | 0.59 | 227.88 | 0.98 | 0.21 |
| Hex | 1 | 16 | 69 | 63 | 4F | 0 | 3B | E4 | 62 | 15 |
| Octal | 1 | 26 | 151 | 143 | 117 | 0 | 73 | 344 | 142 | 25 |
| Binary | 1 | 10110 | 1101001 | 1100011 | 1001111 | 0 | 111011 | 11100100 | 1100010 | 10101 |
Color Harmonies of #011669
Complementary color
Monochromatic Colors of #011669
Black with #011669
Text Example
Text Example
White with #011669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011669; }
p { color: rgb(1,22,105); }
H1.HeaderClassName
{
color: #011669;
}
.AnyTagClassName
{
color: #011669;
}
</style>
background-color css
<style>
a { background-color: #011669; }
a { background-color: rgb(1,22,105); }
div.DivClassName
{
background-color: #011669;
}
.BgClassName
{
background-color: #011669;
}
</style>
border-color css
<style>
span { border-color: #011669; }
span { border-color: rgb(1,22,105); }
td.TdClassName
{
border-color: #011669;
}
.TagClassName
{
border-color: #011669;
}
</style>