Shades of Sapphire #102359
Tints of Sapphire #102359
RGB
CMYK
RGB Variations
Color information
#102359 (or 0x102359) is known color: Sapphire. HEX triplet: 10, 23 and 59. RGB value is (16,35,89). Sum of RGB (Red+Green+Blue) = 16+35+89=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #102359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102359 is #EFDCA6. Grayscale: #232323. Windows color (decimal): -15719591 or 5841680. OLE color: 5841680.
HSL color Cylindrical-coordinate representation of color #102359: hue angle of 224.38º 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 #102359 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 35 | 89 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.65 |
| HSL | 224.38º | 0.7% | 0.21% | - |
| HSV(B) | 224.38º | 0.82% | 0.35% | - |
| XYZ | 2.62 | 2.03 | 9.71 | - |
| YUV | 35.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 89 | 0.82 | 0.61 | 0 | 0.65 | 224.38 | 0.7 | 0.21 |
| Hex | 10 | 23 | 59 | 52 | 3D | 0 | 41 | E0 | 46 | 15 |
| Octal | 20 | 43 | 131 | 122 | 75 | 0 | 101 | 340 | 106 | 25 |
| Binary | 10000 | 100011 | 1011001 | 1010010 | 111101 | 0 | 1000001 | 11100000 | 1000110 | 10101 |
Color Harmonies of #102359
Complementary color
Monochromatic Colors of #102359
Black with #102359
Text Example
Text Example
White with #102359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102359; }
p { color: rgb(16,35,89); }
H1.HeaderClassName
{
color: #102359;
}
.AnyTagClassName
{
color: #102359;
}
</style>
background-color css
<style>
a { background-color: #102359; }
a { background-color: rgb(16,35,89); }
div.DivClassName
{
background-color: #102359;
}
.BgClassName
{
background-color: #102359;
}
</style>
border-color css
<style>
span { border-color: #102359; }
span { border-color: rgb(16,35,89); }
td.TdClassName
{
border-color: #102359;
}
.TagClassName
{
border-color: #102359;
}
</style>