Shades of Sapphire #102150
Tints of Sapphire #102150
RGB
CMYK
RGB Variations
Color information
#102150 (or 0x102150) is known color: Sapphire. HEX triplet: 10, 21 and 50. RGB value is (16,33,80). Sum of RGB (Red+Green+Blue) = 16+33+80=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #102150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102150 is #EFDEAF. Grayscale: #212121. Windows color (decimal): -15720112 or 5251344. OLE color: 5251344.
HSL color Cylindrical-coordinate representation of color #102150: hue angle of 224.06º 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 #102150 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 33 | 80 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.69 |
| HSL | 224.06º | 0.67% | 0.19% | - |
| HSV(B) | 224.06º | 0.8% | 0.31% | - |
| XYZ | 2.21 | 1.78 | 7.82 | - |
| YUV | 33.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 80 | 0.80 | 0.59 | 0 | 0.69 | 224.06 | 0.67 | 0.19 |
| Hex | 10 | 21 | 50 | 50 | 3B | 0 | 45 | E0 | 43 | 13 |
| Octal | 20 | 41 | 120 | 120 | 73 | 0 | 105 | 340 | 103 | 23 |
| Binary | 10000 | 100001 | 1010000 | 1010000 | 111011 | 0 | 1000101 | 11100000 | 1000011 | 10011 |
Color Harmonies of #102150
Complementary color
Monochromatic Colors of #102150
Black with #102150
Text Example
Text Example
White with #102150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102150; }
p { color: rgb(16,33,80); }
H1.HeaderClassName
{
color: #102150;
}
.AnyTagClassName
{
color: #102150;
}
</style>
background-color css
<style>
a { background-color: #102150; }
a { background-color: rgb(16,33,80); }
div.DivClassName
{
background-color: #102150;
}
.BgClassName
{
background-color: #102150;
}
</style>
border-color css
<style>
span { border-color: #102150; }
span { border-color: rgb(16,33,80); }
td.TdClassName
{
border-color: #102150;
}
.TagClassName
{
border-color: #102150;
}
</style>