Shades of Sapphire #101957
Tints of Sapphire #101957
RGB
CMYK
RGB Variations
Color information
#101957 (or 0x101957) is known color: Sapphire. HEX triplet: 10, 19 and 57. RGB value is (16,25,87). Sum of RGB (Red+Green+Blue) = 16+25+87=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #101957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101957 is #EFE6A8. Grayscale: #1D1D1D. Windows color (decimal): -15722153 or 5708048. OLE color: 5708048.
HSL color Cylindrical-coordinate representation of color #101957: hue angle of 232.39º 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 #101957 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 25 | 87 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.66 |
| HSL | 232.39º | 0.69% | 0.2% | - |
| HSV(B) | 232.39º | 0.82% | 0.34% | - |
| XYZ | 2.28 | 1.49 | 9.18 | - |
| YUV | 29.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 87 | 0.82 | 0.71 | 0 | 0.66 | 232.39 | 0.69 | 0.2 |
| Hex | 10 | 19 | 57 | 52 | 47 | 0 | 42 | E8 | 45 | 14 |
| Octal | 20 | 31 | 127 | 122 | 107 | 0 | 102 | 350 | 105 | 24 |
| Binary | 10000 | 11001 | 1010111 | 1010010 | 1000111 | 0 | 1000010 | 11101000 | 1000101 | 10100 |
Color Harmonies of #101957
Complementary color
Monochromatic Colors of #101957
Black with #101957
Text Example
Text Example
White with #101957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101957; }
p { color: rgb(16,25,87); }
H1.HeaderClassName
{
color: #101957;
}
.AnyTagClassName
{
color: #101957;
}
</style>
background-color css
<style>
a { background-color: #101957; }
a { background-color: rgb(16,25,87); }
div.DivClassName
{
background-color: #101957;
}
.BgClassName
{
background-color: #101957;
}
</style>
border-color css
<style>
span { border-color: #101957; }
span { border-color: rgb(16,25,87); }
td.TdClassName
{
border-color: #101957;
}
.TagClassName
{
border-color: #101957;
}
</style>