Shades of Sapphire #101C53
Tints of Sapphire #101C53
RGB
CMYK
RGB Variations
Color information
#101C53 (or 0x101C53) is known color: Sapphire. HEX triplet: 10, 1C and 53. RGB value is (16,28,83). Sum of RGB (Red+Green+Blue) = 16+28+83=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #101C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C53 is #EFE3AC. Grayscale: #1E1E1E. Windows color (decimal): -15721389 or 5446672. OLE color: 5446672.
HSL color Cylindrical-coordinate representation of color #101C53: hue angle of 229.25º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101C53 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 28 | 83 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.67 |
| HSL | 229.25º | 0.68% | 0.19% | - |
| HSV(B) | 229.25º | 0.81% | 0.33% | - |
| XYZ | 2.19 | 1.57 | 8.37 | - |
| YUV | 30.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 83 | 0.81 | 0.66 | 0 | 0.67 | 229.25 | 0.68 | 0.19 |
| Hex | 10 | 1C | 53 | 51 | 42 | 0 | 43 | E5 | 44 | 13 |
| Octal | 20 | 34 | 123 | 121 | 102 | 0 | 103 | 345 | 104 | 23 |
| Binary | 10000 | 11100 | 1010011 | 1010001 | 1000010 | 0 | 1000011 | 11100101 | 1000100 | 10011 |
Color Harmonies of #101C53
Complementary color
Monochromatic Colors of #101C53
Black with #101C53
Text Example
Text Example
White with #101C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C53; }
p { color: rgb(16,28,83); }
H1.HeaderClassName
{
color: #101C53;
}
.AnyTagClassName
{
color: #101C53;
}
</style>
background-color css
<style>
a { background-color: #101C53; }
a { background-color: rgb(16,28,83); }
div.DivClassName
{
background-color: #101C53;
}
.BgClassName
{
background-color: #101C53;
}
</style>
border-color css
<style>
span { border-color: #101C53; }
span { border-color: rgb(16,28,83); }
td.TdClassName
{
border-color: #101C53;
}
.TagClassName
{
border-color: #101C53;
}
</style>