Shades of Sapphire #01296C
Tints of Sapphire #01296C
RGB
CMYK
RGB Variations
Color information
#01296C (or 0x01296C) is known color: Sapphire. HEX triplet: 01, 29 and 6C. RGB value is (1,41,108). Sum of RGB (Red+Green+Blue) = 1+41+108=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #01296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01296C is #FED693. Grayscale: #242424. Windows color (decimal): -16701076 or 7088385. OLE color: 7088385.
HSL color Cylindrical-coordinate representation of color #01296C: hue angle of 217.57º 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 #01296C is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 41 | 108 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.58 |
| HSL | 217.57º | 0.98% | 0.21% | - |
| HSV(B) | 217.57º | 0.99% | 0.42% | - |
| XYZ | 3.51 | 2.68 | 14.52 | - |
| YUV | 36.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 108 | 0.99 | 0.62 | 0 | 0.58 | 217.57 | 0.98 | 0.21 |
| Hex | 1 | 29 | 6C | 63 | 3E | 0 | 3A | DA | 62 | 15 |
| Octal | 1 | 51 | 154 | 143 | 76 | 0 | 72 | 332 | 142 | 25 |
| Binary | 1 | 101001 | 1101100 | 1100011 | 111110 | 0 | 111010 | 11011010 | 1100010 | 10101 |
Color Harmonies of #01296C
Complementary color
Monochromatic Colors of #01296C
Black with #01296C
Text Example
Text Example
White with #01296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01296C; }
p { color: rgb(1,41,108); }
H1.HeaderClassName
{
color: #01296C;
}
.AnyTagClassName
{
color: #01296C;
}
</style>
background-color css
<style>
a { background-color: #01296C; }
a { background-color: rgb(1,41,108); }
div.DivClassName
{
background-color: #01296C;
}
.BgClassName
{
background-color: #01296C;
}
</style>
border-color css
<style>
span { border-color: #01296C; }
span { border-color: rgb(1,41,108); }
td.TdClassName
{
border-color: #01296C;
}
.TagClassName
{
border-color: #01296C;
}
</style>