Shades of Sapphire #011569
Tints of Sapphire #011569
RGB
CMYK
RGB Variations
Color information
#011569 (or 0x011569) is known color: Sapphire. HEX triplet: 01, 15 and 69. RGB value is (1,21,105). Sum of RGB (Red+Green+Blue) = 1+21+105=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #011569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011569 is #FEEA96. Grayscale: #181818. Windows color (decimal): -16706199 or 6886657. OLE color: 6886657.
HSL color Cylindrical-coordinate representation of color #011569: hue angle of 228.46º 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 #011569 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 21 | 105 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.59 |
| HSL | 228.46º | 0.98% | 0.21% | - |
| HSV(B) | 228.46º | 0.99% | 0.41% | - |
| XYZ | 2.83 | 1.56 | 13.52 | - |
| YUV | 24.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 105 | 0.99 | 0.80 | 0 | 0.59 | 228.46 | 0.98 | 0.21 |
| Hex | 1 | 15 | 69 | 63 | 50 | 0 | 3B | E4 | 62 | 15 |
| Octal | 1 | 25 | 151 | 143 | 120 | 0 | 73 | 344 | 142 | 25 |
| Binary | 1 | 10101 | 1101001 | 1100011 | 1010000 | 0 | 111011 | 11100100 | 1100010 | 10101 |
Color Harmonies of #011569
Complementary color
Monochromatic Colors of #011569
Black with #011569
Text Example
Text Example
White with #011569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011569; }
p { color: rgb(1,21,105); }
H1.HeaderClassName
{
color: #011569;
}
.AnyTagClassName
{
color: #011569;
}
</style>
background-color css
<style>
a { background-color: #011569; }
a { background-color: rgb(1,21,105); }
div.DivClassName
{
background-color: #011569;
}
.BgClassName
{
background-color: #011569;
}
</style>
border-color css
<style>
span { border-color: #011569; }
span { border-color: rgb(1,21,105); }
td.TdClassName
{
border-color: #011569;
}
.TagClassName
{
border-color: #011569;
}
</style>