Shades of Sapphire #101C60
Tints of Sapphire #101C60
RGB
CMYK
RGB Variations
Color information
#101C60 (or 0x101C60) is known color: Sapphire. HEX triplet: 10, 1C and 60. RGB value is (16,28,96). Sum of RGB (Red+Green+Blue) = 16+28+96=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #101C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C60 is #EFE39F. Grayscale: #1F1F1F. Windows color (decimal): -15721376 or 6298640. OLE color: 6298640.
HSL color Cylindrical-coordinate representation of color #101C60: hue angle of 231º 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 #101C60 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 28 | 96 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.62 |
| HSL | 231º | 0.71% | 0.22% | - |
| HSV(B) | 231º | 0.83% | 0.38% | - |
| XYZ | 2.74 | 1.79 | 11.27 | - |
| YUV | 32.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 96 | 0.83 | 0.71 | 0 | 0.62 | 231 | 0.71 | 0.22 |
| Hex | 10 | 1C | 60 | 53 | 47 | 0 | 3E | E7 | 47 | 16 |
| Octal | 20 | 34 | 140 | 123 | 107 | 0 | 76 | 347 | 107 | 26 |
| Binary | 10000 | 11100 | 1100000 | 1010011 | 1000111 | 0 | 111110 | 11100111 | 1000111 | 10110 |
Color Harmonies of #101C60
Complementary color
Monochromatic Colors of #101C60
Black with #101C60
Text Example
Text Example
White with #101C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C60; }
p { color: rgb(16,28,96); }
H1.HeaderClassName
{
color: #101C60;
}
.AnyTagClassName
{
color: #101C60;
}
</style>
background-color css
<style>
a { background-color: #101C60; }
a { background-color: rgb(16,28,96); }
div.DivClassName
{
background-color: #101C60;
}
.BgClassName
{
background-color: #101C60;
}
</style>
border-color css
<style>
span { border-color: #101C60; }
span { border-color: rgb(16,28,96); }
td.TdClassName
{
border-color: #101C60;
}
.TagClassName
{
border-color: #101C60;
}
</style>