Shades of Sapphire #101E55
Tints of Sapphire #101E55
RGB
CMYK
RGB Variations
Color information
#101E55 (or 0x101E55) is known color: Sapphire. HEX triplet: 10, 1E and 55. RGB value is (16,30,85). Sum of RGB (Red+Green+Blue) = 16+30+85=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #101E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E55 is #EFE1AA. Grayscale: #1F1F1F. Windows color (decimal): -15720875 or 5578256. OLE color: 5578256.
HSL color Cylindrical-coordinate representation of color #101E55: hue angle of 227.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101E55 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 30 | 85 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.67 |
| HSL | 227.83º | 0.68% | 0.2% | - |
| HSV(B) | 227.83º | 0.81% | 0.33% | - |
| XYZ | 2.32 | 1.69 | 8.8 | - |
| YUV | 32.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 85 | 0.81 | 0.65 | 0 | 0.67 | 227.83 | 0.68 | 0.2 |
| Hex | 10 | 1E | 55 | 51 | 41 | 0 | 43 | E4 | 44 | 14 |
| Octal | 20 | 36 | 125 | 121 | 101 | 0 | 103 | 344 | 104 | 24 |
| Binary | 10000 | 11110 | 1010101 | 1010001 | 1000001 | 0 | 1000011 | 11100100 | 1000100 | 10100 |
Color Harmonies of #101E55
Complementary color
Monochromatic Colors of #101E55
Black with #101E55
Text Example
Text Example
White with #101E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E55; }
p { color: rgb(16,30,85); }
H1.HeaderClassName
{
color: #101E55;
}
.AnyTagClassName
{
color: #101E55;
}
</style>
background-color css
<style>
a { background-color: #101E55; }
a { background-color: rgb(16,30,85); }
div.DivClassName
{
background-color: #101E55;
}
.BgClassName
{
background-color: #101E55;
}
</style>
border-color css
<style>
span { border-color: #101E55; }
span { border-color: rgb(16,30,85); }
td.TdClassName
{
border-color: #101E55;
}
.TagClassName
{
border-color: #101E55;
}
</style>