Shades of Sapphire #101C59
Tints of Sapphire #101C59
RGB
CMYK
RGB Variations
Color information
#101C59 (or 0x101C59) is known color: Sapphire. HEX triplet: 10, 1C and 59. RGB value is (16,28,89). Sum of RGB (Red+Green+Blue) = 16+28+89=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #101C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C59 is #EFE3A6. Grayscale: #1F1F1F. Windows color (decimal): -15721383 or 5839888. OLE color: 5839888.
HSL color Cylindrical-coordinate representation of color #101C59: hue angle of 230.14º 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 #101C59 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 28 | 89 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.65 |
| HSL | 230.14º | 0.7% | 0.21% | - |
| HSV(B) | 230.14º | 0.82% | 0.35% | - |
| XYZ | 2.43 | 1.66 | 9.64 | - |
| YUV | 31.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 89 | 0.82 | 0.69 | 0 | 0.65 | 230.14 | 0.7 | 0.21 |
| Hex | 10 | 1C | 59 | 52 | 45 | 0 | 41 | E6 | 46 | 15 |
| Octal | 20 | 34 | 131 | 122 | 105 | 0 | 101 | 346 | 106 | 25 |
| Binary | 10000 | 11100 | 1011001 | 1010010 | 1000101 | 0 | 1000001 | 11100110 | 1000110 | 10101 |
Color Harmonies of #101C59
Complementary color
Monochromatic Colors of #101C59
Black with #101C59
Text Example
Text Example
White with #101C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C59; }
p { color: rgb(16,28,89); }
H1.HeaderClassName
{
color: #101C59;
}
.AnyTagClassName
{
color: #101C59;
}
</style>
background-color css
<style>
a { background-color: #101C59; }
a { background-color: rgb(16,28,89); }
div.DivClassName
{
background-color: #101C59;
}
.BgClassName
{
background-color: #101C59;
}
</style>
border-color css
<style>
span { border-color: #101C59; }
span { border-color: rgb(16,28,89); }
td.TdClassName
{
border-color: #101C59;
}
.TagClassName
{
border-color: #101C59;
}
</style>