Shades of Sapphire #101C51
Tints of Sapphire #101C51
RGB
CMYK
RGB Variations
Color information
#101C51 (or 0x101C51) is known color: Sapphire. HEX triplet: 10, 1C and 51. RGB value is (16,28,81). Sum of RGB (Red+Green+Blue) = 16+28+81=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #101C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C51 is #EFE3AE. Grayscale: #1E1E1E. Windows color (decimal): -15721391 or 5315600. OLE color: 5315600.
HSL color Cylindrical-coordinate representation of color #101C51: hue angle of 228.92º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101C51 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 28 | 81 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.68 |
| HSL | 228.92º | 0.67% | 0.19% | - |
| HSV(B) | 228.92º | 0.8% | 0.32% | - |
| XYZ | 2.11 | 1.53 | 7.97 | - |
| YUV | 30.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 81 | 0.80 | 0.65 | 0 | 0.68 | 228.92 | 0.67 | 0.19 |
| Hex | 10 | 1C | 51 | 50 | 41 | 0 | 44 | E5 | 43 | 13 |
| Octal | 20 | 34 | 121 | 120 | 101 | 0 | 104 | 345 | 103 | 23 |
| Binary | 10000 | 11100 | 1010001 | 1010000 | 1000001 | 0 | 1000100 | 11100101 | 1000011 | 10011 |
Color Harmonies of #101C51
Complementary color
Monochromatic Colors of #101C51
Black with #101C51
Text Example
Text Example
White with #101C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C51; }
p { color: rgb(16,28,81); }
H1.HeaderClassName
{
color: #101C51;
}
.AnyTagClassName
{
color: #101C51;
}
</style>
background-color css
<style>
a { background-color: #101C51; }
a { background-color: rgb(16,28,81); }
div.DivClassName
{
background-color: #101C51;
}
.BgClassName
{
background-color: #101C51;
}
</style>
border-color css
<style>
span { border-color: #101C51; }
span { border-color: rgb(16,28,81); }
td.TdClassName
{
border-color: #101C51;
}
.TagClassName
{
border-color: #101C51;
}
</style>