Shades of Sapphire #101A57
Tints of Sapphire #101A57
RGB
CMYK
RGB Variations
Color information
#101A57 (or 0x101A57) is known color: Sapphire. HEX triplet: 10, 1A and 57. RGB value is (16,26,87). Sum of RGB (Red+Green+Blue) = 16+26+87=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #101A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A57 is #EFE5A8. Grayscale: #1D1D1D. Windows color (decimal): -15721897 or 5708304. OLE color: 5708304.
HSL color Cylindrical-coordinate representation of color #101A57: hue angle of 231.55º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101A57 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 26 | 87 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.66 |
| HSL | 231.55º | 0.69% | 0.2% | - |
| HSV(B) | 231.55º | 0.82% | 0.34% | - |
| XYZ | 2.3 | 1.54 | 9.19 | - |
| YUV | 29.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 87 | 0.82 | 0.70 | 0 | 0.66 | 231.55 | 0.69 | 0.2 |
| Hex | 10 | 1A | 57 | 52 | 46 | 0 | 42 | E8 | 45 | 14 |
| Octal | 20 | 32 | 127 | 122 | 106 | 0 | 102 | 350 | 105 | 24 |
| Binary | 10000 | 11010 | 1010111 | 1010010 | 1000110 | 0 | 1000010 | 11101000 | 1000101 | 10100 |
Color Harmonies of #101A57
Complementary color
Monochromatic Colors of #101A57
Black with #101A57
Text Example
Text Example
White with #101A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A57; }
p { color: rgb(16,26,87); }
H1.HeaderClassName
{
color: #101A57;
}
.AnyTagClassName
{
color: #101A57;
}
</style>
background-color css
<style>
a { background-color: #101A57; }
a { background-color: rgb(16,26,87); }
div.DivClassName
{
background-color: #101A57;
}
.BgClassName
{
background-color: #101A57;
}
</style>
border-color css
<style>
span { border-color: #101A57; }
span { border-color: rgb(16,26,87); }
td.TdClassName
{
border-color: #101A57;
}
.TagClassName
{
border-color: #101A57;
}
</style>