Shades of Sapphire #011269
Tints of Sapphire #011269
RGB
CMYK
RGB Variations
Color information
#011269 (or 0x011269) is known color: Sapphire. HEX triplet: 01, 12 and 69. RGB value is (1,18,105). Sum of RGB (Red+Green+Blue) = 1+18+105=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #011269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011269 is #FEED96. Grayscale: #161616. Windows color (decimal): -16706967 or 6885889. OLE color: 6885889.
HSL color Cylindrical-coordinate representation of color #011269: hue angle of 230.19º 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 #011269 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 18 | 105 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.59 |
| HSL | 230.19º | 0.98% | 0.21% | - |
| HSV(B) | 230.19º | 0.99% | 0.41% | - |
| XYZ | 2.78 | 1.46 | 13.5 | - |
| YUV | 22.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 105 | 0.99 | 0.83 | 0 | 0.59 | 230.19 | 0.98 | 0.21 |
| Hex | 1 | 12 | 69 | 63 | 53 | 0 | 3B | E6 | 62 | 15 |
| Octal | 1 | 22 | 151 | 143 | 123 | 0 | 73 | 346 | 142 | 25 |
| Binary | 1 | 10010 | 1101001 | 1100011 | 1010011 | 0 | 111011 | 11100110 | 1100010 | 10101 |
Color Harmonies of #011269
Complementary color
Monochromatic Colors of #011269
Black with #011269
Text Example
Text Example
White with #011269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011269; }
p { color: rgb(1,18,105); }
H1.HeaderClassName
{
color: #011269;
}
.AnyTagClassName
{
color: #011269;
}
</style>
background-color css
<style>
a { background-color: #011269; }
a { background-color: rgb(1,18,105); }
div.DivClassName
{
background-color: #011269;
}
.BgClassName
{
background-color: #011269;
}
</style>
border-color css
<style>
span { border-color: #011269; }
span { border-color: rgb(1,18,105); }
td.TdClassName
{
border-color: #011269;
}
.TagClassName
{
border-color: #011269;
}
</style>