Shades of Sapphire #102C57
Tints of Sapphire #102C57
RGB
CMYK
RGB Variations
Color information
#102C57 (or 0x102C57) is known color: Sapphire. HEX triplet: 10, 2C and 57. RGB value is (16,44,87). Sum of RGB (Red+Green+Blue) = 16+44+87=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #102C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C57 is #EFD3A8. Grayscale: #282828. Windows color (decimal): -15717289 or 5712912. OLE color: 5712912.
HSL color Cylindrical-coordinate representation of color #102C57: hue angle of 216.34º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102C57 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 44 | 87 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.66 |
| HSL | 216.34º | 0.69% | 0.2% | - |
| HSV(B) | 216.34º | 0.82% | 0.34% | - |
| XYZ | 2.83 | 2.6 | 9.37 | - |
| YUV | 40.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 87 | 0.82 | 0.49 | 0 | 0.66 | 216.34 | 0.69 | 0.2 |
| Hex | 10 | 2C | 57 | 52 | 31 | 0 | 42 | D8 | 45 | 14 |
| Octal | 20 | 54 | 127 | 122 | 61 | 0 | 102 | 330 | 105 | 24 |
| Binary | 10000 | 101100 | 1010111 | 1010010 | 110001 | 0 | 1000010 | 11011000 | 1000101 | 10100 |
Color Harmonies of #102C57
Complementary color
Monochromatic Colors of #102C57
Black with #102C57
Text Example
Text Example
White with #102C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C57; }
p { color: rgb(16,44,87); }
H1.HeaderClassName
{
color: #102C57;
}
.AnyTagClassName
{
color: #102C57;
}
</style>
background-color css
<style>
a { background-color: #102C57; }
a { background-color: rgb(16,44,87); }
div.DivClassName
{
background-color: #102C57;
}
.BgClassName
{
background-color: #102C57;
}
</style>
border-color css
<style>
span { border-color: #102C57; }
span { border-color: rgb(16,44,87); }
td.TdClassName
{
border-color: #102C57;
}
.TagClassName
{
border-color: #102C57;
}
</style>