Shades of Sapphire #101D65
Tints of Sapphire #101D65
RGB
CMYK
RGB Variations
Color information
#101D65 (or 0x101D65) is known color: Sapphire. HEX triplet: 10, 1D and 65. RGB value is (16,29,101). Sum of RGB (Red+Green+Blue) = 16+29+101=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #101D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D65 is #EFE29A. Grayscale: #212121. Windows color (decimal): -15721115 or 6626576. OLE color: 6626576.
HSL color Cylindrical-coordinate representation of color #101D65: hue angle of 230.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101D65 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 29 | 101 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.60 |
| HSL | 230.82º | 0.73% | 0.23% | - |
| HSV(B) | 230.82º | 0.84% | 0.4% | - |
| XYZ | 3 | 1.93 | 12.53 | - |
| YUV | 33.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 101 | 0.84 | 0.71 | 0 | 0.60 | 230.82 | 0.73 | 0.23 |
| Hex | 10 | 1D | 65 | 54 | 47 | 0 | 3C | E7 | 49 | 17 |
| Octal | 20 | 35 | 145 | 124 | 107 | 0 | 74 | 347 | 111 | 27 |
| Binary | 10000 | 11101 | 1100101 | 1010100 | 1000111 | 0 | 111100 | 11100111 | 1001001 | 10111 |
Color Harmonies of #101D65
Complementary color
Monochromatic Colors of #101D65
Black with #101D65
Text Example
Text Example
White with #101D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D65; }
p { color: rgb(16,29,101); }
H1.HeaderClassName
{
color: #101D65;
}
.AnyTagClassName
{
color: #101D65;
}
</style>
background-color css
<style>
a { background-color: #101D65; }
a { background-color: rgb(16,29,101); }
div.DivClassName
{
background-color: #101D65;
}
.BgClassName
{
background-color: #101D65;
}
</style>
border-color css
<style>
span { border-color: #101D65; }
span { border-color: rgb(16,29,101); }
td.TdClassName
{
border-color: #101D65;
}
.TagClassName
{
border-color: #101D65;
}
</style>