Shades of Sapphire #101F59
Tints of Sapphire #101F59
RGB
CMYK
RGB Variations
Color information
#101F59 (or 0x101F59) is known color: Sapphire. HEX triplet: 10, 1F and 59. RGB value is (16,31,89). Sum of RGB (Red+Green+Blue) = 16+31+89=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #101F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F59 is #EFE0A6. Grayscale: #202020. Windows color (decimal): -15720615 or 5840656. OLE color: 5840656.
HSL color Cylindrical-coordinate representation of color #101F59: hue angle of 227.67º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101F59 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 31 | 89 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.65 |
| HSL | 227.67º | 0.7% | 0.21% | - |
| HSV(B) | 227.67º | 0.82% | 0.35% | - |
| XYZ | 2.51 | 1.81 | 9.67 | - |
| YUV | 33.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 89 | 0.82 | 0.65 | 0 | 0.65 | 227.67 | 0.7 | 0.21 |
| Hex | 10 | 1F | 59 | 52 | 41 | 0 | 41 | E4 | 46 | 15 |
| Octal | 20 | 37 | 131 | 122 | 101 | 0 | 101 | 344 | 106 | 25 |
| Binary | 10000 | 11111 | 1011001 | 1010010 | 1000001 | 0 | 1000001 | 11100100 | 1000110 | 10101 |
Color Harmonies of #101F59
Complementary color
Monochromatic Colors of #101F59
Black with #101F59
Text Example
Text Example
White with #101F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F59; }
p { color: rgb(16,31,89); }
H1.HeaderClassName
{
color: #101F59;
}
.AnyTagClassName
{
color: #101F59;
}
</style>
background-color css
<style>
a { background-color: #101F59; }
a { background-color: rgb(16,31,89); }
div.DivClassName
{
background-color: #101F59;
}
.BgClassName
{
background-color: #101F59;
}
</style>
border-color css
<style>
span { border-color: #101F59; }
span { border-color: rgb(16,31,89); }
td.TdClassName
{
border-color: #101F59;
}
.TagClassName
{
border-color: #101F59;
}
</style>