Shades of Sapphire #102D59
Tints of Sapphire #102D59
RGB
CMYK
RGB Variations
Color information
#102D59 (or 0x102D59) is known color: Sapphire. HEX triplet: 10, 2D and 59. RGB value is (16,45,89). Sum of RGB (Red+Green+Blue) = 16+45+89=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #102D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D59 is #EFD2A6. Grayscale: #292929. Windows color (decimal): -15717031 or 5844240. OLE color: 5844240.
HSL color Cylindrical-coordinate representation of color #102D59: hue angle of 216.16º 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 #102D59 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 45 | 89 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.65 |
| HSL | 216.16º | 0.7% | 0.21% | - |
| HSV(B) | 216.16º | 0.82% | 0.35% | - |
| XYZ | 2.96 | 2.71 | 9.82 | - |
| YUV | 41.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 89 | 0.82 | 0.49 | 0 | 0.65 | 216.16 | 0.7 | 0.21 |
| Hex | 10 | 2D | 59 | 52 | 31 | 0 | 41 | D8 | 46 | 15 |
| Octal | 20 | 55 | 131 | 122 | 61 | 0 | 101 | 330 | 106 | 25 |
| Binary | 10000 | 101101 | 1011001 | 1010010 | 110001 | 0 | 1000001 | 11011000 | 1000110 | 10101 |
Color Harmonies of #102D59
Complementary color
Monochromatic Colors of #102D59
Black with #102D59
Text Example
Text Example
White with #102D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D59; }
p { color: rgb(16,45,89); }
H1.HeaderClassName
{
color: #102D59;
}
.AnyTagClassName
{
color: #102D59;
}
</style>
background-color css
<style>
a { background-color: #102D59; }
a { background-color: rgb(16,45,89); }
div.DivClassName
{
background-color: #102D59;
}
.BgClassName
{
background-color: #102D59;
}
</style>
border-color css
<style>
span { border-color: #102D59; }
span { border-color: rgb(16,45,89); }
td.TdClassName
{
border-color: #102D59;
}
.TagClassName
{
border-color: #102D59;
}
</style>