Shades of Sapphire #011257
Tints of Sapphire #011257
RGB
CMYK
RGB Variations
Color information
#011257 (or 0x011257) is known color: Sapphire. HEX triplet: 01, 12 and 57. RGB value is (1,18,87). Sum of RGB (Red+Green+Blue) = 1+18+87=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #011257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011257 is #FEEDA8. Grayscale: #141414. Windows color (decimal): -16706985 or 5706241. OLE color: 5706241.
HSL color Cylindrical-coordinate representation of color #011257: hue angle of 228.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011257 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 18 | 87 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.66 |
| HSL | 228.14º | 0.98% | 0.17% | - |
| HSV(B) | 228.14º | 0.99% | 0.34% | - |
| XYZ | 1.95 | 1.13 | 9.13 | - |
| YUV | 20.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 87 | 0.99 | 0.79 | 0 | 0.66 | 228.14 | 0.98 | 0.17 |
| Hex | 1 | 12 | 57 | 63 | 4F | 0 | 42 | E4 | 62 | 11 |
| Octal | 1 | 22 | 127 | 143 | 117 | 0 | 102 | 344 | 142 | 21 |
| Binary | 1 | 10010 | 1010111 | 1100011 | 1001111 | 0 | 1000010 | 11100100 | 1100010 | 10001 |
Color Harmonies of #011257
Complementary color
Monochromatic Colors of #011257
Black with #011257
Text Example
Text Example
White with #011257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011257; }
p { color: rgb(1,18,87); }
H1.HeaderClassName
{
color: #011257;
}
.AnyTagClassName
{
color: #011257;
}
</style>
background-color css
<style>
a { background-color: #011257; }
a { background-color: rgb(1,18,87); }
div.DivClassName
{
background-color: #011257;
}
.BgClassName
{
background-color: #011257;
}
</style>
border-color css
<style>
span { border-color: #011257; }
span { border-color: rgb(1,18,87); }
td.TdClassName
{
border-color: #011257;
}
.TagClassName
{
border-color: #011257;
}
</style>