Shades of Sapphire #101D56
Tints of Sapphire #101D56
RGB
CMYK
RGB Variations
Color information
#101D56 (or 0x101D56) is known color: Sapphire. HEX triplet: 10, 1D and 56. RGB value is (16,29,86). Sum of RGB (Red+Green+Blue) = 16+29+86=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #101D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D56 is #EFE2A9. Grayscale: #1F1F1F. Windows color (decimal): -15721130 or 5643536. OLE color: 5643536.
HSL color Cylindrical-coordinate representation of color #101D56: hue angle of 228.86º 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 #101D56 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 29 | 86 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.66 |
| HSL | 228.86º | 0.69% | 0.2% | - |
| HSV(B) | 228.86º | 0.81% | 0.34% | - |
| XYZ | 2.33 | 1.66 | 9 | - |
| YUV | 31.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 86 | 0.81 | 0.66 | 0 | 0.66 | 228.86 | 0.69 | 0.2 |
| Hex | 10 | 1D | 56 | 51 | 42 | 0 | 42 | E5 | 45 | 14 |
| Octal | 20 | 35 | 126 | 121 | 102 | 0 | 102 | 345 | 105 | 24 |
| Binary | 10000 | 11101 | 1010110 | 1010001 | 1000010 | 0 | 1000010 | 11100101 | 1000101 | 10100 |
Color Harmonies of #101D56
Complementary color
Monochromatic Colors of #101D56
Black with #101D56
Text Example
Text Example
White with #101D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D56; }
p { color: rgb(16,29,86); }
H1.HeaderClassName
{
color: #101D56;
}
.AnyTagClassName
{
color: #101D56;
}
</style>
background-color css
<style>
a { background-color: #101D56; }
a { background-color: rgb(16,29,86); }
div.DivClassName
{
background-color: #101D56;
}
.BgClassName
{
background-color: #101D56;
}
</style>
border-color css
<style>
span { border-color: #101D56; }
span { border-color: rgb(16,29,86); }
td.TdClassName
{
border-color: #101D56;
}
.TagClassName
{
border-color: #101D56;
}
</style>