Shades of Sapphire #01257F
Tints of Sapphire #01257F
RGB
CMYK
RGB Variations
Color information
#01257F (or 0x01257F) is known color: Sapphire. HEX triplet: 01, 25 and 7F. RGB value is (1,37,127). Sum of RGB (Red+Green+Blue) = 1+37+127=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #01257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257F is #FEDA80. Grayscale: #242424. Windows color (decimal): -16702081 or 8332545. OLE color: 8332545.
HSL color Cylindrical-coordinate representation of color #01257F: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01257F is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 37 | 127 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.50 |
| HSL | 222.86º | 0.98% | 0.25% | - |
| HSV(B) | 222.86º | 0.99% | 0.5% | - |
| XYZ | 4.5 | 2.86 | 20.39 | - |
| YUV | 36.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 127 | 0.99 | 0.71 | 0 | 0.50 | 222.86 | 0.98 | 0.25 |
| Hex | 1 | 25 | 7F | 63 | 47 | 0 | 32 | DF | 62 | 19 |
| Octal | 1 | 45 | 177 | 143 | 107 | 0 | 62 | 337 | 142 | 31 |
| Binary | 1 | 100101 | 1111111 | 1100011 | 1000111 | 0 | 110010 | 11011111 | 1100010 | 11001 |
Color Harmonies of #01257F
Complementary color
Monochromatic Colors of #01257F
Black with #01257F
Text Example
Text Example
White with #01257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01257F; }
p { color: rgb(1,37,127); }
H1.HeaderClassName
{
color: #01257F;
}
.AnyTagClassName
{
color: #01257F;
}
</style>
background-color css
<style>
a { background-color: #01257F; }
a { background-color: rgb(1,37,127); }
div.DivClassName
{
background-color: #01257F;
}
.BgClassName
{
background-color: #01257F;
}
</style>
border-color css
<style>
span { border-color: #01257F; }
span { border-color: rgb(1,37,127); }
td.TdClassName
{
border-color: #01257F;
}
.TagClassName
{
border-color: #01257F;
}
</style>