Shades of Sapphire #101D60
Tints of Sapphire #101D60
RGB
CMYK
RGB Variations
Color information
#101D60 (or 0x101D60) is known color: Sapphire. HEX triplet: 10, 1D and 60. RGB value is (16,29,96). Sum of RGB (Red+Green+Blue) = 16+29+96=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #101D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D60 is #EFE29F. Grayscale: #202020. Windows color (decimal): -15721120 or 6298896. OLE color: 6298896.
HSL color Cylindrical-coordinate representation of color #101D60: hue angle of 230.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #101D60 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 29 | 96 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.62 |
| HSL | 230.25º | 0.71% | 0.22% | - |
| HSV(B) | 230.25º | 0.83% | 0.38% | - |
| XYZ | 2.76 | 1.83 | 11.27 | - |
| YUV | 32.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 96 | 0.83 | 0.70 | 0 | 0.62 | 230.25 | 0.71 | 0.22 |
| Hex | 10 | 1D | 60 | 53 | 46 | 0 | 3E | E6 | 47 | 16 |
| Octal | 20 | 35 | 140 | 123 | 106 | 0 | 76 | 346 | 107 | 26 |
| Binary | 10000 | 11101 | 1100000 | 1010011 | 1000110 | 0 | 111110 | 11100110 | 1000111 | 10110 |
Color Harmonies of #101D60
Complementary color
Monochromatic Colors of #101D60
Black with #101D60
Text Example
Text Example
White with #101D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D60; }
p { color: rgb(16,29,96); }
H1.HeaderClassName
{
color: #101D60;
}
.AnyTagClassName
{
color: #101D60;
}
</style>
background-color css
<style>
a { background-color: #101D60; }
a { background-color: rgb(16,29,96); }
div.DivClassName
{
background-color: #101D60;
}
.BgClassName
{
background-color: #101D60;
}
</style>
border-color css
<style>
span { border-color: #101D60; }
span { border-color: rgb(16,29,96); }
td.TdClassName
{
border-color: #101D60;
}
.TagClassName
{
border-color: #101D60;
}
</style>