Shades of Sapphire #101C50
Tints of Sapphire #101C50
RGB
CMYK
RGB Variations
Color information
#101C50 (or 0x101C50) is known color: Sapphire. HEX triplet: 10, 1C and 50. RGB value is (16,28,80). Sum of RGB (Red+Green+Blue) = 16+28+80=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #101C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C50 is #EFE3AF. Grayscale: #1E1E1E. Windows color (decimal): -15721392 or 5250064. OLE color: 5250064.
HSL color Cylindrical-coordinate representation of color #101C50: hue angle of 228.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101C50 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 28 | 80 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.69 |
| HSL | 228.75º | 0.67% | 0.19% | - |
| HSV(B) | 228.75º | 0.8% | 0.31% | - |
| XYZ | 2.08 | 1.52 | 7.77 | - |
| YUV | 30.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 80 | 0.80 | 0.65 | 0 | 0.69 | 228.75 | 0.67 | 0.19 |
| Hex | 10 | 1C | 50 | 50 | 41 | 0 | 45 | E5 | 43 | 13 |
| Octal | 20 | 34 | 120 | 120 | 101 | 0 | 105 | 345 | 103 | 23 |
| Binary | 10000 | 11100 | 1010000 | 1010000 | 1000001 | 0 | 1000101 | 11100101 | 1000011 | 10011 |
Color Harmonies of #101C50
Complementary color
Monochromatic Colors of #101C50
Black with #101C50
Text Example
Text Example
White with #101C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C50; }
p { color: rgb(16,28,80); }
H1.HeaderClassName
{
color: #101C50;
}
.AnyTagClassName
{
color: #101C50;
}
</style>
background-color css
<style>
a { background-color: #101C50; }
a { background-color: rgb(16,28,80); }
div.DivClassName
{
background-color: #101C50;
}
.BgClassName
{
background-color: #101C50;
}
</style>
border-color css
<style>
span { border-color: #101C50; }
span { border-color: rgb(16,28,80); }
td.TdClassName
{
border-color: #101C50;
}
.TagClassName
{
border-color: #101C50;
}
</style>