Shades of Sapphire #101850
Tints of Sapphire #101850
RGB
CMYK
RGB Variations
Color information
#101850 (or 0x101850) is known color: Sapphire. HEX triplet: 10, 18 and 50. RGB value is (16,24,80). Sum of RGB (Red+Green+Blue) = 16+24+80=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #101850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101850 is #EFE7AF. Grayscale: #1B1B1B. Windows color (decimal): -15722416 or 5249040. OLE color: 5249040.
HSL color Cylindrical-coordinate representation of color #101850: hue angle of 232.5º 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 #101850 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 24 | 80 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.69 |
| HSL | 232.5º | 0.67% | 0.19% | - |
| HSV(B) | 232.5º | 0.8% | 0.31% | - |
| XYZ | 1.99 | 1.34 | 7.74 | - |
| YUV | 27.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 80 | 0.80 | 0.70 | 0 | 0.69 | 232.5 | 0.67 | 0.19 |
| Hex | 10 | 18 | 50 | 50 | 46 | 0 | 45 | E8 | 43 | 13 |
| Octal | 20 | 30 | 120 | 120 | 106 | 0 | 105 | 350 | 103 | 23 |
| Binary | 10000 | 11000 | 1010000 | 1010000 | 1000110 | 0 | 1000101 | 11101000 | 1000011 | 10011 |
Color Harmonies of #101850
Complementary color
Monochromatic Colors of #101850
Black with #101850
Text Example
Text Example
White with #101850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101850; }
p { color: rgb(16,24,80); }
H1.HeaderClassName
{
color: #101850;
}
.AnyTagClassName
{
color: #101850;
}
</style>
background-color css
<style>
a { background-color: #101850; }
a { background-color: rgb(16,24,80); }
div.DivClassName
{
background-color: #101850;
}
.BgClassName
{
background-color: #101850;
}
</style>
border-color css
<style>
span { border-color: #101850; }
span { border-color: rgb(16,24,80); }
td.TdClassName
{
border-color: #101850;
}
.TagClassName
{
border-color: #101850;
}
</style>