Shades of Sapphire #01266A
Tints of Sapphire #01266A
RGB
CMYK
RGB Variations
Color information
#01266A (or 0x01266A) is known color: Sapphire. HEX triplet: 01, 26 and 6A. RGB value is (1,38,106). Sum of RGB (Red+Green+Blue) = 1+38+106=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #01266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01266A is #FED995. Grayscale: #222222. Windows color (decimal): -16701846 or 6956545. OLE color: 6956545.
HSL color Cylindrical-coordinate representation of color #01266A: hue angle of 218.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01266A is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 38 | 106 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.58 |
| HSL | 218.86º | 0.98% | 0.21% | - |
| HSV(B) | 218.86º | 0.99% | 0.42% | - |
| XYZ | 3.31 | 2.43 | 13.93 | - |
| YUV | 34.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 106 | 0.99 | 0.64 | 0 | 0.58 | 218.86 | 0.98 | 0.21 |
| Hex | 1 | 26 | 6A | 63 | 40 | 0 | 3A | DB | 62 | 15 |
| Octal | 1 | 46 | 152 | 143 | 100 | 0 | 72 | 333 | 142 | 25 |
| Binary | 1 | 100110 | 1101010 | 1100011 | 1000000 | 0 | 111010 | 11011011 | 1100010 | 10101 |
Color Harmonies of #01266A
Complementary color
Monochromatic Colors of #01266A
Black with #01266A
Text Example
Text Example
White with #01266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01266A; }
p { color: rgb(1,38,106); }
H1.HeaderClassName
{
color: #01266A;
}
.AnyTagClassName
{
color: #01266A;
}
</style>
background-color css
<style>
a { background-color: #01266A; }
a { background-color: rgb(1,38,106); }
div.DivClassName
{
background-color: #01266A;
}
.BgClassName
{
background-color: #01266A;
}
</style>
border-color css
<style>
span { border-color: #01266A; }
span { border-color: rgb(1,38,106); }
td.TdClassName
{
border-color: #01266A;
}
.TagClassName
{
border-color: #01266A;
}
</style>