Shades of Sapphire #102759
Tints of Sapphire #102759
RGB
CMYK
RGB Variations
Color information
#102759 (or 0x102759) is known color: Sapphire. HEX triplet: 10, 27 and 59. RGB value is (16,39,89). Sum of RGB (Red+Green+Blue) = 16+39+89=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #102759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102759 is #EFD8A6. Grayscale: #252525. Windows color (decimal): -15718567 or 5842704. OLE color: 5842704.
HSL color Cylindrical-coordinate representation of color #102759: hue angle of 221.1º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102759 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 39 | 89 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.65 |
| HSL | 221.1º | 0.7% | 0.21% | - |
| HSV(B) | 221.1º | 0.82% | 0.35% | - |
| XYZ | 2.74 | 2.28 | 9.75 | - |
| YUV | 37.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 89 | 0.82 | 0.56 | 0 | 0.65 | 221.1 | 0.7 | 0.21 |
| Hex | 10 | 27 | 59 | 52 | 38 | 0 | 41 | DD | 46 | 15 |
| Octal | 20 | 47 | 131 | 122 | 70 | 0 | 101 | 335 | 106 | 25 |
| Binary | 10000 | 100111 | 1011001 | 1010010 | 111000 | 0 | 1000001 | 11011101 | 1000110 | 10101 |
Color Harmonies of #102759
Complementary color
Monochromatic Colors of #102759
Black with #102759
Text Example
Text Example
White with #102759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102759; }
p { color: rgb(16,39,89); }
H1.HeaderClassName
{
color: #102759;
}
.AnyTagClassName
{
color: #102759;
}
</style>
background-color css
<style>
a { background-color: #102759; }
a { background-color: rgb(16,39,89); }
div.DivClassName
{
background-color: #102759;
}
.BgClassName
{
background-color: #102759;
}
</style>
border-color css
<style>
span { border-color: #102759; }
span { border-color: rgb(16,39,89); }
td.TdClassName
{
border-color: #102759;
}
.TagClassName
{
border-color: #102759;
}
</style>