Shades of Sapphire #01275E
Tints of Sapphire #01275E
RGB
CMYK
RGB Variations
Color information
#01275E (or 0x01275E) is known color: Sapphire. HEX triplet: 01, 27 and 5E. RGB value is (1,39,94). Sum of RGB (Red+Green+Blue) = 1+39+94=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #01275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01275E is #FED8A1. Grayscale: #212121. Windows color (decimal): -16701602 or 6170369. OLE color: 6170369.
HSL color Cylindrical-coordinate representation of color #01275E: hue angle of 215.48º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01275E is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 39 | 94 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.63 |
| HSL | 215.48º | 0.98% | 0.19% | - |
| HSV(B) | 215.48º | 0.99% | 0.37% | - |
| XYZ | 2.76 | 2.27 | 10.88 | - |
| YUV | 33.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 94 | 0.99 | 0.59 | 0 | 0.63 | 215.48 | 0.98 | 0.19 |
| Hex | 1 | 27 | 5E | 63 | 3B | 0 | 3F | D7 | 62 | 13 |
| Octal | 1 | 47 | 136 | 143 | 73 | 0 | 77 | 327 | 142 | 23 |
| Binary | 1 | 100111 | 1011110 | 1100011 | 111011 | 0 | 111111 | 11010111 | 1100010 | 10011 |
Color Harmonies of #01275E
Complementary color
Monochromatic Colors of #01275E
Black with #01275E
Text Example
Text Example
White with #01275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01275E; }
p { color: rgb(1,39,94); }
H1.HeaderClassName
{
color: #01275E;
}
.AnyTagClassName
{
color: #01275E;
}
</style>
background-color css
<style>
a { background-color: #01275E; }
a { background-color: rgb(1,39,94); }
div.DivClassName
{
background-color: #01275E;
}
.BgClassName
{
background-color: #01275E;
}
</style>
border-color css
<style>
span { border-color: #01275E; }
span { border-color: rgb(1,39,94); }
td.TdClassName
{
border-color: #01275E;
}
.TagClassName
{
border-color: #01275E;
}
</style>