Shades of Sapphire #101A53
Tints of Sapphire #101A53
RGB
CMYK
RGB Variations
Color information
#101A53 (or 0x101A53) is known color: Sapphire. HEX triplet: 10, 1A and 53. RGB value is (16,26,83). Sum of RGB (Red+Green+Blue) = 16+26+83=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #101A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A53 is #EFE5AC. Grayscale: #1D1D1D. Windows color (decimal): -15721901 or 5446160. OLE color: 5446160.
HSL color Cylindrical-coordinate representation of color #101A53: hue angle of 231.04º 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 #101A53 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 26 | 83 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.67 |
| HSL | 231.04º | 0.68% | 0.19% | - |
| HSV(B) | 231.04º | 0.81% | 0.33% | - |
| XYZ | 2.14 | 1.47 | 8.36 | - |
| YUV | 29.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 83 | 0.81 | 0.69 | 0 | 0.67 | 231.04 | 0.68 | 0.19 |
| Hex | 10 | 1A | 53 | 51 | 45 | 0 | 43 | E7 | 44 | 13 |
| Octal | 20 | 32 | 123 | 121 | 105 | 0 | 103 | 347 | 104 | 23 |
| Binary | 10000 | 11010 | 1010011 | 1010001 | 1000101 | 0 | 1000011 | 11100111 | 1000100 | 10011 |
Color Harmonies of #101A53
Complementary color
Monochromatic Colors of #101A53
Black with #101A53
Text Example
Text Example
White with #101A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A53; }
p { color: rgb(16,26,83); }
H1.HeaderClassName
{
color: #101A53;
}
.AnyTagClassName
{
color: #101A53;
}
</style>
background-color css
<style>
a { background-color: #101A53; }
a { background-color: rgb(16,26,83); }
div.DivClassName
{
background-color: #101A53;
}
.BgClassName
{
background-color: #101A53;
}
</style>
border-color css
<style>
span { border-color: #101A53; }
span { border-color: rgb(16,26,83); }
td.TdClassName
{
border-color: #101A53;
}
.TagClassName
{
border-color: #101A53;
}
</style>