Shades of Sapphire #01296A
Tints of Sapphire #01296A
RGB
CMYK
RGB Variations
Color information
#01296A (or 0x01296A) is known color: Sapphire. HEX triplet: 01, 29 and 6A. RGB value is (1,41,106). Sum of RGB (Red+Green+Blue) = 1+41+106=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #01296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01296A is #FED695. Grayscale: #242424. Windows color (decimal): -16701078 or 6957313. OLE color: 6957313.
HSL color Cylindrical-coordinate representation of color #01296A: hue angle of 217.14º 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 #01296A is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 41 | 106 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.58 |
| HSL | 217.14º | 0.98% | 0.21% | - |
| HSV(B) | 217.14º | 0.99% | 0.42% | - |
| XYZ | 3.41 | 2.63 | 13.96 | - |
| YUV | 36.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 106 | 0.99 | 0.61 | 0 | 0.58 | 217.14 | 0.98 | 0.21 |
| Hex | 1 | 29 | 6A | 63 | 3D | 0 | 3A | D9 | 62 | 15 |
| Octal | 1 | 51 | 152 | 143 | 75 | 0 | 72 | 331 | 142 | 25 |
| Binary | 1 | 101001 | 1101010 | 1100011 | 111101 | 0 | 111010 | 11011001 | 1100010 | 10101 |
Color Harmonies of #01296A
Complementary color
Monochromatic Colors of #01296A
Black with #01296A
Text Example
Text Example
White with #01296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01296A; }
p { color: rgb(1,41,106); }
H1.HeaderClassName
{
color: #01296A;
}
.AnyTagClassName
{
color: #01296A;
}
</style>
background-color css
<style>
a { background-color: #01296A; }
a { background-color: rgb(1,41,106); }
div.DivClassName
{
background-color: #01296A;
}
.BgClassName
{
background-color: #01296A;
}
</style>
border-color css
<style>
span { border-color: #01296A; }
span { border-color: rgb(1,41,106); }
td.TdClassName
{
border-color: #01296A;
}
.TagClassName
{
border-color: #01296A;
}
</style>