Shades of Sapphire #01276E
Tints of Sapphire #01276E
RGB
CMYK
RGB Variations
Color information
#01276E (or 0x01276E) is known color: Sapphire. HEX triplet: 01, 27 and 6E. RGB value is (1,39,110). Sum of RGB (Red+Green+Blue) = 1+39+110=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #01276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01276E is #FED891. Grayscale: #232323. Windows color (decimal): -16701586 or 7218945. OLE color: 7218945.
HSL color Cylindrical-coordinate representation of color #01276E: hue angle of 219.08º 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 #01276E is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 39 | 110 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.57 |
| HSL | 219.08º | 0.98% | 0.22% | - |
| HSV(B) | 219.08º | 0.99% | 0.43% | - |
| XYZ | 3.55 | 2.58 | 15.06 | - |
| YUV | 35.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 110 | 0.99 | 0.65 | 0 | 0.57 | 219.08 | 0.98 | 0.22 |
| Hex | 1 | 27 | 6E | 63 | 41 | 0 | 39 | DB | 62 | 16 |
| Octal | 1 | 47 | 156 | 143 | 101 | 0 | 71 | 333 | 142 | 26 |
| Binary | 1 | 100111 | 1101110 | 1100011 | 1000001 | 0 | 111001 | 11011011 | 1100010 | 10110 |
Color Harmonies of #01276E
Complementary color
Monochromatic Colors of #01276E
Black with #01276E
Text Example
Text Example
White with #01276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01276E; }
p { color: rgb(1,39,110); }
H1.HeaderClassName
{
color: #01276E;
}
.AnyTagClassName
{
color: #01276E;
}
</style>
background-color css
<style>
a { background-color: #01276E; }
a { background-color: rgb(1,39,110); }
div.DivClassName
{
background-color: #01276E;
}
.BgClassName
{
background-color: #01276E;
}
</style>
border-color css
<style>
span { border-color: #01276E; }
span { border-color: rgb(1,39,110); }
td.TdClassName
{
border-color: #01276E;
}
.TagClassName
{
border-color: #01276E;
}
</style>