Shades of Sapphire #101D66
Tints of Sapphire #101D66
RGB
CMYK
RGB Variations
Color information
#101D66 (or 0x101D66) is known color: Sapphire. HEX triplet: 10, 1D and 66. RGB value is (16,29,102). Sum of RGB (Red+Green+Blue) = 16+29+102=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #101D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D66 is #EFE299. Grayscale: #212121. Windows color (decimal): -15721114 or 6692112. OLE color: 6692112.
HSL color Cylindrical-coordinate representation of color #101D66: hue angle of 230.93º 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 #101D66 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 29 | 102 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.6 |
| HSL | 230.93º | 0.73% | 0.23% | - |
| HSV(B) | 230.93º | 0.84% | 0.4% | - |
| XYZ | 3.05 | 1.95 | 12.79 | - |
| YUV | 33.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 102 | 0.84 | 0.72 | 0 | 0.6 | 230.93 | 0.73 | 0.23 |
| Hex | 10 | 1D | 66 | 54 | 48 | 0 | 3C | E7 | 49 | 17 |
| Octal | 20 | 35 | 146 | 124 | 110 | 0 | 74 | 347 | 111 | 27 |
| Binary | 10000 | 11101 | 1100110 | 1010100 | 1001000 | 0 | 111100 | 11100111 | 1001001 | 10111 |
Color Harmonies of #101D66
Complementary color
Monochromatic Colors of #101D66
Black with #101D66
Text Example
Text Example
White with #101D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D66; }
p { color: rgb(16,29,102); }
H1.HeaderClassName
{
color: #101D66;
}
.AnyTagClassName
{
color: #101D66;
}
</style>
background-color css
<style>
a { background-color: #101D66; }
a { background-color: rgb(16,29,102); }
div.DivClassName
{
background-color: #101D66;
}
.BgClassName
{
background-color: #101D66;
}
</style>
border-color css
<style>
span { border-color: #101D66; }
span { border-color: rgb(16,29,102); }
td.TdClassName
{
border-color: #101D66;
}
.TagClassName
{
border-color: #101D66;
}
</style>