Shades of Sapphire #102350
Tints of Sapphire #102350
RGB
CMYK
RGB Variations
Color information
#102350 (or 0x102350) is known color: Sapphire. HEX triplet: 10, 23 and 50. RGB value is (16,35,80). Sum of RGB (Red+Green+Blue) = 16+35+80=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #102350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102350 is #EFDCAF. Grayscale: #222222. Windows color (decimal): -15719600 or 5251856. OLE color: 5251856.
HSL color Cylindrical-coordinate representation of color #102350: hue angle of 222.19º 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 #102350 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 35 | 80 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.69 |
| HSL | 222.19º | 0.67% | 0.19% | - |
| HSV(B) | 222.19º | 0.8% | 0.31% | - |
| XYZ | 2.26 | 1.89 | 7.84 | - |
| YUV | 34.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 80 | 0.80 | 0.56 | 0 | 0.69 | 222.19 | 0.67 | 0.19 |
| Hex | 10 | 23 | 50 | 50 | 38 | 0 | 45 | DE | 43 | 13 |
| Octal | 20 | 43 | 120 | 120 | 70 | 0 | 105 | 336 | 103 | 23 |
| Binary | 10000 | 100011 | 1010000 | 1010000 | 111000 | 0 | 1000101 | 11011110 | 1000011 | 10011 |
Color Harmonies of #102350
Complementary color
Monochromatic Colors of #102350
Black with #102350
Text Example
Text Example
White with #102350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102350; }
p { color: rgb(16,35,80); }
H1.HeaderClassName
{
color: #102350;
}
.AnyTagClassName
{
color: #102350;
}
</style>
background-color css
<style>
a { background-color: #102350; }
a { background-color: rgb(16,35,80); }
div.DivClassName
{
background-color: #102350;
}
.BgClassName
{
background-color: #102350;
}
</style>
border-color css
<style>
span { border-color: #102350; }
span { border-color: rgb(16,35,80); }
td.TdClassName
{
border-color: #102350;
}
.TagClassName
{
border-color: #102350;
}
</style>