Shades of Sapphire #01296F
Tints of Sapphire #01296F
RGB
CMYK
RGB Variations
Color information
#01296F (or 0x01296F) is known color: Sapphire. HEX triplet: 01, 29 and 6F. RGB value is (1,41,111). Sum of RGB (Red+Green+Blue) = 1+41+111=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #01296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01296F is #FED690. Grayscale: #242424. Windows color (decimal): -16701073 or 7284993. OLE color: 7284993.
HSL color Cylindrical-coordinate representation of color #01296F: hue angle of 218.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01296F is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 41 | 111 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.56 |
| HSL | 218.18º | 0.98% | 0.22% | - |
| HSV(B) | 218.18º | 0.99% | 0.44% | - |
| XYZ | 3.67 | 2.74 | 15.37 | - |
| YUV | 37.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 111 | 0.99 | 0.63 | 0 | 0.56 | 218.18 | 0.98 | 0.22 |
| Hex | 1 | 29 | 6F | 63 | 3F | 0 | 38 | DA | 62 | 16 |
| Octal | 1 | 51 | 157 | 143 | 77 | 0 | 70 | 332 | 142 | 26 |
| Binary | 1 | 101001 | 1101111 | 1100011 | 111111 | 0 | 111000 | 11011010 | 1100010 | 10110 |
Color Harmonies of #01296F
Complementary color
Monochromatic Colors of #01296F
Black with #01296F
Text Example
Text Example
White with #01296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01296F; }
p { color: rgb(1,41,111); }
H1.HeaderClassName
{
color: #01296F;
}
.AnyTagClassName
{
color: #01296F;
}
</style>
background-color css
<style>
a { background-color: #01296F; }
a { background-color: rgb(1,41,111); }
div.DivClassName
{
background-color: #01296F;
}
.BgClassName
{
background-color: #01296F;
}
</style>
border-color css
<style>
span { border-color: #01296F; }
span { border-color: rgb(1,41,111); }
td.TdClassName
{
border-color: #01296F;
}
.TagClassName
{
border-color: #01296F;
}
</style>