Shades of Sapphire #101857
Tints of Sapphire #101857
RGB
CMYK
RGB Variations
Color information
#101857 (or 0x101857) is known color: Sapphire. HEX triplet: 10, 18 and 57. RGB value is (16,24,87). Sum of RGB (Red+Green+Blue) = 16+24+87=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #101857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101857 is #EFE7A8. Grayscale: #1C1C1C. Windows color (decimal): -15722409 or 5707792. OLE color: 5707792.
HSL color Cylindrical-coordinate representation of color #101857: hue angle of 233.24º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101857 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 24 | 87 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.66 |
| HSL | 233.24º | 0.69% | 0.2% | - |
| HSV(B) | 233.24º | 0.82% | 0.34% | - |
| XYZ | 2.26 | 1.45 | 9.18 | - |
| YUV | 28.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 87 | 0.82 | 0.72 | 0 | 0.66 | 233.24 | 0.69 | 0.2 |
| Hex | 10 | 18 | 57 | 52 | 48 | 0 | 42 | E9 | 45 | 14 |
| Octal | 20 | 30 | 127 | 122 | 110 | 0 | 102 | 351 | 105 | 24 |
| Binary | 10000 | 11000 | 1010111 | 1010010 | 1001000 | 0 | 1000010 | 11101001 | 1000101 | 10100 |
Color Harmonies of #101857
Complementary color
Monochromatic Colors of #101857
Black with #101857
Text Example
Text Example
White with #101857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101857; }
p { color: rgb(16,24,87); }
H1.HeaderClassName
{
color: #101857;
}
.AnyTagClassName
{
color: #101857;
}
</style>
background-color css
<style>
a { background-color: #101857; }
a { background-color: rgb(16,24,87); }
div.DivClassName
{
background-color: #101857;
}
.BgClassName
{
background-color: #101857;
}
</style>
border-color css
<style>
span { border-color: #101857; }
span { border-color: rgb(16,24,87); }
td.TdClassName
{
border-color: #101857;
}
.TagClassName
{
border-color: #101857;
}
</style>