Shades of Sapphire #011857
Tints of Sapphire #011857
RGB
CMYK
RGB Variations
Color information
#011857 (or 0x011857) is known color: Sapphire. HEX triplet: 01, 18 and 57. RGB value is (1,24,87). Sum of RGB (Red+Green+Blue) = 1+24+87=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #011857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011857 is #FEE7A8. Grayscale: #181818. Windows color (decimal): -16705449 or 5707777. OLE color: 5707777.
HSL color Cylindrical-coordinate representation of color #011857: hue angle of 223.95º 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 #011857 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 24 | 87 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.66 |
| HSL | 223.95º | 0.98% | 0.17% | - |
| HSV(B) | 223.95º | 0.99% | 0.34% | - |
| XYZ | 2.06 | 1.35 | 9.17 | - |
| YUV | 24.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 87 | 0.99 | 0.72 | 0 | 0.66 | 223.95 | 0.98 | 0.17 |
| Hex | 1 | 18 | 57 | 63 | 48 | 0 | 42 | E0 | 62 | 11 |
| Octal | 1 | 30 | 127 | 143 | 110 | 0 | 102 | 340 | 142 | 21 |
| Binary | 1 | 11000 | 1010111 | 1100011 | 1001000 | 0 | 1000010 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011857
Complementary color
Monochromatic Colors of #011857
Black with #011857
Text Example
Text Example
White with #011857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011857; }
p { color: rgb(1,24,87); }
H1.HeaderClassName
{
color: #011857;
}
.AnyTagClassName
{
color: #011857;
}
</style>
background-color css
<style>
a { background-color: #011857; }
a { background-color: rgb(1,24,87); }
div.DivClassName
{
background-color: #011857;
}
.BgClassName
{
background-color: #011857;
}
</style>
border-color css
<style>
span { border-color: #011857; }
span { border-color: rgb(1,24,87); }
td.TdClassName
{
border-color: #011857;
}
.TagClassName
{
border-color: #011857;
}
</style>