Shades of Sapphire #101E53
Tints of Sapphire #101E53
RGB
CMYK
RGB Variations
Color information
#101E53 (or 0x101E53) is known color: Sapphire. HEX triplet: 10, 1E and 53. RGB value is (16,30,83). Sum of RGB (Red+Green+Blue) = 16+30+83=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #101E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E53 is #EFE1AC. Grayscale: #1F1F1F. Windows color (decimal): -15720877 or 5447184. OLE color: 5447184.
HSL color Cylindrical-coordinate representation of color #101E53: hue angle of 227.46º 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 #101E53 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 30 | 83 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.67 |
| HSL | 227.46º | 0.68% | 0.19% | - |
| HSV(B) | 227.46º | 0.81% | 0.33% | - |
| XYZ | 2.24 | 1.66 | 8.39 | - |
| YUV | 31.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 83 | 0.81 | 0.64 | 0 | 0.67 | 227.46 | 0.68 | 0.19 |
| Hex | 10 | 1E | 53 | 51 | 40 | 0 | 43 | E3 | 44 | 13 |
| Octal | 20 | 36 | 123 | 121 | 100 | 0 | 103 | 343 | 104 | 23 |
| Binary | 10000 | 11110 | 1010011 | 1010001 | 1000000 | 0 | 1000011 | 11100011 | 1000100 | 10011 |
Color Harmonies of #101E53
Complementary color
Monochromatic Colors of #101E53
Black with #101E53
Text Example
Text Example
White with #101E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E53; }
p { color: rgb(16,30,83); }
H1.HeaderClassName
{
color: #101E53;
}
.AnyTagClassName
{
color: #101E53;
}
</style>
background-color css
<style>
a { background-color: #101E53; }
a { background-color: rgb(16,30,83); }
div.DivClassName
{
background-color: #101E53;
}
.BgClassName
{
background-color: #101E53;
}
</style>
border-color css
<style>
span { border-color: #101E53; }
span { border-color: rgb(16,30,83); }
td.TdClassName
{
border-color: #101E53;
}
.TagClassName
{
border-color: #101E53;
}
</style>