Shades of Sapphire #01276D
Tints of Sapphire #01276D
RGB
CMYK
RGB Variations
Color information
#01276D (or 0x01276D) is known color: Sapphire. HEX triplet: 01, 27 and 6D. RGB value is (1,39,109). Sum of RGB (Red+Green+Blue) = 1+39+109=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #01276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01276D is #FED892. Grayscale: #232323. Windows color (decimal): -16701587 or 7153409. OLE color: 7153409.
HSL color Cylindrical-coordinate representation of color #01276D: hue angle of 218.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01276D is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 39 | 109 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.57 |
| HSL | 218.89º | 0.98% | 0.22% | - |
| HSV(B) | 218.89º | 0.99% | 0.43% | - |
| XYZ | 3.5 | 2.56 | 14.78 | - |
| YUV | 35.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 109 | 0.99 | 0.64 | 0 | 0.57 | 218.89 | 0.98 | 0.22 |
| Hex | 1 | 27 | 6D | 63 | 40 | 0 | 39 | DB | 62 | 16 |
| Octal | 1 | 47 | 155 | 143 | 100 | 0 | 71 | 333 | 142 | 26 |
| Binary | 1 | 100111 | 1101101 | 1100011 | 1000000 | 0 | 111001 | 11011011 | 1100010 | 10110 |
Color Harmonies of #01276D
Complementary color
Monochromatic Colors of #01276D
Black with #01276D
Text Example
Text Example
White with #01276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01276D; }
p { color: rgb(1,39,109); }
H1.HeaderClassName
{
color: #01276D;
}
.AnyTagClassName
{
color: #01276D;
}
</style>
background-color css
<style>
a { background-color: #01276D; }
a { background-color: rgb(1,39,109); }
div.DivClassName
{
background-color: #01276D;
}
.BgClassName
{
background-color: #01276D;
}
</style>
border-color css
<style>
span { border-color: #01276D; }
span { border-color: rgb(1,39,109); }
td.TdClassName
{
border-color: #01276D;
}
.TagClassName
{
border-color: #01276D;
}
</style>