Shades of Sapphire #101B50
Tints of Sapphire #101B50
RGB
CMYK
RGB Variations
Color information
#101B50 (or 0x101B50) is known color: Sapphire. HEX triplet: 10, 1B and 50. RGB value is (16,27,80). Sum of RGB (Red+Green+Blue) = 16+27+80=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #101B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B50 is #EFE4AF. Grayscale: #1D1D1D. Windows color (decimal): -15721648 or 5249808. OLE color: 5249808.
HSL color Cylindrical-coordinate representation of color #101B50: hue angle of 229.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101B50 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 27 | 80 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.69 |
| HSL | 229.69º | 0.67% | 0.19% | - |
| HSV(B) | 229.69º | 0.8% | 0.31% | - |
| XYZ | 2.05 | 1.47 | 7.77 | - |
| YUV | 29.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 80 | 0.80 | 0.66 | 0 | 0.69 | 229.69 | 0.67 | 0.19 |
| Hex | 10 | 1B | 50 | 50 | 42 | 0 | 45 | E6 | 43 | 13 |
| Octal | 20 | 33 | 120 | 120 | 102 | 0 | 105 | 346 | 103 | 23 |
| Binary | 10000 | 11011 | 1010000 | 1010000 | 1000010 | 0 | 1000101 | 11100110 | 1000011 | 10011 |
Color Harmonies of #101B50
Complementary color
Monochromatic Colors of #101B50
Black with #101B50
Text Example
Text Example
White with #101B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B50; }
p { color: rgb(16,27,80); }
H1.HeaderClassName
{
color: #101B50;
}
.AnyTagClassName
{
color: #101B50;
}
</style>
background-color css
<style>
a { background-color: #101B50; }
a { background-color: rgb(16,27,80); }
div.DivClassName
{
background-color: #101B50;
}
.BgClassName
{
background-color: #101B50;
}
</style>
border-color css
<style>
span { border-color: #101B50; }
span { border-color: rgb(16,27,80); }
td.TdClassName
{
border-color: #101B50;
}
.TagClassName
{
border-color: #101B50;
}
</style>