Shades of Sapphire #101D59
Tints of Sapphire #101D59
RGB
CMYK
RGB Variations
Color information
#101D59 (or 0x101D59) is known color: Sapphire. HEX triplet: 10, 1D and 59. RGB value is (16,29,89). Sum of RGB (Red+Green+Blue) = 16+29+89=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #101D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D59 is #EFE2A6. Grayscale: #1F1F1F. Windows color (decimal): -15721127 or 5840144. OLE color: 5840144.
HSL color Cylindrical-coordinate representation of color #101D59: hue angle of 229.32º 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 #101D59 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 29 | 89 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.65 |
| HSL | 229.32º | 0.7% | 0.21% | - |
| HSV(B) | 229.32º | 0.82% | 0.35% | - |
| XYZ | 2.46 | 1.71 | 9.65 | - |
| YUV | 31.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 89 | 0.82 | 0.67 | 0 | 0.65 | 229.32 | 0.7 | 0.21 |
| Hex | 10 | 1D | 59 | 52 | 43 | 0 | 41 | E5 | 46 | 15 |
| Octal | 20 | 35 | 131 | 122 | 103 | 0 | 101 | 345 | 106 | 25 |
| Binary | 10000 | 11101 | 1011001 | 1010010 | 1000011 | 0 | 1000001 | 11100101 | 1000110 | 10101 |
Color Harmonies of #101D59
Complementary color
Monochromatic Colors of #101D59
Black with #101D59
Text Example
Text Example
White with #101D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D59; }
p { color: rgb(16,29,89); }
H1.HeaderClassName
{
color: #101D59;
}
.AnyTagClassName
{
color: #101D59;
}
</style>
background-color css
<style>
a { background-color: #101D59; }
a { background-color: rgb(16,29,89); }
div.DivClassName
{
background-color: #101D59;
}
.BgClassName
{
background-color: #101D59;
}
</style>
border-color css
<style>
span { border-color: #101D59; }
span { border-color: rgb(16,29,89); }
td.TdClassName
{
border-color: #101D59;
}
.TagClassName
{
border-color: #101D59;
}
</style>