Shades of Sapphire #101F56
Tints of Sapphire #101F56
RGB
CMYK
RGB Variations
Color information
#101F56 (or 0x101F56) is known color: Sapphire. HEX triplet: 10, 1F and 56. RGB value is (16,31,86). Sum of RGB (Red+Green+Blue) = 16+31+86=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #101F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F56 is #EFE0A9. Grayscale: #202020. Windows color (decimal): -15720618 or 5644048. OLE color: 5644048.
HSL color Cylindrical-coordinate representation of color #101F56: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101F56 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 31 | 86 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.66 |
| HSL | 227.14º | 0.69% | 0.2% | - |
| HSV(B) | 227.14º | 0.81% | 0.34% | - |
| XYZ | 2.38 | 1.76 | 9.02 | - |
| YUV | 32.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 86 | 0.81 | 0.64 | 0 | 0.66 | 227.14 | 0.69 | 0.2 |
| Hex | 10 | 1F | 56 | 51 | 40 | 0 | 42 | E3 | 45 | 14 |
| Octal | 20 | 37 | 126 | 121 | 100 | 0 | 102 | 343 | 105 | 24 |
| Binary | 10000 | 11111 | 1010110 | 1010001 | 1000000 | 0 | 1000010 | 11100011 | 1000101 | 10100 |
Color Harmonies of #101F56
Complementary color
Monochromatic Colors of #101F56
Black with #101F56
Text Example
Text Example
White with #101F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F56; }
p { color: rgb(16,31,86); }
H1.HeaderClassName
{
color: #101F56;
}
.AnyTagClassName
{
color: #101F56;
}
</style>
background-color css
<style>
a { background-color: #101F56; }
a { background-color: rgb(16,31,86); }
div.DivClassName
{
background-color: #101F56;
}
.BgClassName
{
background-color: #101F56;
}
</style>
border-color css
<style>
span { border-color: #101F56; }
span { border-color: rgb(16,31,86); }
td.TdClassName
{
border-color: #101F56;
}
.TagClassName
{
border-color: #101F56;
}
</style>