Shades of Sapphire #01277D
Tints of Sapphire #01277D
RGB
CMYK
RGB Variations
Color information
#01277D (or 0x01277D) is known color: Sapphire. HEX triplet: 01, 27 and 7D. RGB value is (1,39,125). Sum of RGB (Red+Green+Blue) = 1+39+125=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #01277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01277D is #FED882. Grayscale: #252525. Windows color (decimal): -16701571 or 8201985. OLE color: 8201985.
HSL color Cylindrical-coordinate representation of color #01277D: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01277D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 39 | 125 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.51 |
| HSL | 221.61º | 0.98% | 0.25% | - |
| HSV(B) | 221.61º | 0.99% | 0.49% | - |
| XYZ | 4.44 | 2.94 | 19.74 | - |
| YUV | 37.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 125 | 0.99 | 0.69 | 0 | 0.51 | 221.61 | 0.98 | 0.25 |
| Hex | 1 | 27 | 7D | 63 | 45 | 0 | 33 | DE | 62 | 19 |
| Octal | 1 | 47 | 175 | 143 | 105 | 0 | 63 | 336 | 142 | 31 |
| Binary | 1 | 100111 | 1111101 | 1100011 | 1000101 | 0 | 110011 | 11011110 | 1100010 | 11001 |
Color Harmonies of #01277D
Complementary color
Monochromatic Colors of #01277D
Black with #01277D
Text Example
Text Example
White with #01277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01277D; }
p { color: rgb(1,39,125); }
H1.HeaderClassName
{
color: #01277D;
}
.AnyTagClassName
{
color: #01277D;
}
</style>
background-color css
<style>
a { background-color: #01277D; }
a { background-color: rgb(1,39,125); }
div.DivClassName
{
background-color: #01277D;
}
.BgClassName
{
background-color: #01277D;
}
</style>
border-color css
<style>
span { border-color: #01277D; }
span { border-color: rgb(1,39,125); }
td.TdClassName
{
border-color: #01277D;
}
.TagClassName
{
border-color: #01277D;
}
</style>