Shades of Sapphire #102A59
Tints of Sapphire #102A59
RGB
CMYK
RGB Variations
Color information
#102A59 (or 0x102A59) is known color: Sapphire. HEX triplet: 10, 2A and 59. RGB value is (16,42,89). Sum of RGB (Red+Green+Blue) = 16+42+89=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #102A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A59 is #EFD5A6. Grayscale: #272727. Windows color (decimal): -15717799 or 5843472. OLE color: 5843472.
HSL color Cylindrical-coordinate representation of color #102A59: hue angle of 218.63º 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 #102A59 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 42 | 89 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.65 |
| HSL | 218.63º | 0.7% | 0.21% | - |
| HSV(B) | 218.63º | 0.82% | 0.35% | - |
| XYZ | 2.84 | 2.49 | 9.78 | - |
| YUV | 39.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 89 | 0.82 | 0.53 | 0 | 0.65 | 218.63 | 0.7 | 0.21 |
| Hex | 10 | 2A | 59 | 52 | 35 | 0 | 41 | DB | 46 | 15 |
| Octal | 20 | 52 | 131 | 122 | 65 | 0 | 101 | 333 | 106 | 25 |
| Binary | 10000 | 101010 | 1011001 | 1010010 | 110101 | 0 | 1000001 | 11011011 | 1000110 | 10101 |
Color Harmonies of #102A59
Complementary color
Monochromatic Colors of #102A59
Black with #102A59
Text Example
Text Example
White with #102A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A59; }
p { color: rgb(16,42,89); }
H1.HeaderClassName
{
color: #102A59;
}
.AnyTagClassName
{
color: #102A59;
}
</style>
background-color css
<style>
a { background-color: #102A59; }
a { background-color: rgb(16,42,89); }
div.DivClassName
{
background-color: #102A59;
}
.BgClassName
{
background-color: #102A59;
}
</style>
border-color css
<style>
span { border-color: #102A59; }
span { border-color: rgb(16,42,89); }
td.TdClassName
{
border-color: #102A59;
}
.TagClassName
{
border-color: #102A59;
}
</style>