Shades of Sapphire #001269
Tints of Sapphire #001269
RGB
CMYK
RGB Variations
Color information
#001269 (or 0x001269) is known color: Sapphire. HEX triplet: 00, 12 and 69. RGB value is (0,18,105). Sum of RGB (Red+Green+Blue) = 0+18+105=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 105 (41.41% from 255 or 85.37% from 123); Max value from RGB is 105 - color contains mainly: blue. Hex color #001269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001269 is #FFED96. Grayscale: #161616. Windows color (decimal): -16772503 or 6885888. OLE color: 6885888.
HSL color Cylindrical-coordinate representation of color #001269: hue angle of 229.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001269 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 18 | 105 | - |
| CMYK | 1 | 0.83 | 0 | 0.59 |
| HSL | 229.71º | 1% | 0.21% | - |
| HSV(B) | 229.71º | 1% | 0.41% | - |
| XYZ | 2.77 | 1.45 | 13.5 | - |
| YUV | 22.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 105 | 1 | 0.83 | 0 | 0.59 | 229.71 | 1 | 0.21 |
| Hex | 0 | 12 | 69 | 64 | 53 | 0 | 3B | E6 | 64 | 15 |
| Octal | 0 | 22 | 151 | 144 | 123 | 0 | 73 | 346 | 144 | 25 |
| Binary | 0 | 10010 | 1101001 | 1100100 | 1010011 | 0 | 111011 | 11100110 | 1100100 | 10101 |
Color Harmonies of #001269
Complementary color
Monochromatic Colors of #001269
Black with #001269
Text Example
Text Example
White with #001269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001269; }
p { color: rgb(0,18,105); }
H1.HeaderClassName
{
color: #001269;
}
.AnyTagClassName
{
color: #001269;
}
</style>
background-color css
<style>
a { background-color: #001269; }
a { background-color: rgb(0,18,105); }
div.DivClassName
{
background-color: #001269;
}
.BgClassName
{
background-color: #001269;
}
</style>
border-color css
<style>
span { border-color: #001269; }
span { border-color: rgb(0,18,105); }
td.TdClassName
{
border-color: #001269;
}
.TagClassName
{
border-color: #001269;
}
</style>