Shades of Sapphire #102D57
Tints of Sapphire #102D57
RGB
CMYK
RGB Variations
Color information
#102D57 (or 0x102D57) is known color: Sapphire. HEX triplet: 10, 2D and 57. RGB value is (16,45,87). Sum of RGB (Red+Green+Blue) = 16+45+87=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #102D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D57 is #EFD2A8. Grayscale: #282828. Windows color (decimal): -15717033 or 5713168. OLE color: 5713168.
HSL color Cylindrical-coordinate representation of color #102D57: hue angle of 215.49º 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 #102D57 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 45 | 87 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.66 |
| HSL | 215.49º | 0.69% | 0.2% | - |
| HSV(B) | 215.49º | 0.82% | 0.34% | - |
| XYZ | 2.87 | 2.68 | 9.38 | - |
| YUV | 41.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 87 | 0.82 | 0.48 | 0 | 0.66 | 215.49 | 0.69 | 0.2 |
| Hex | 10 | 2D | 57 | 52 | 30 | 0 | 42 | D7 | 45 | 14 |
| Octal | 20 | 55 | 127 | 122 | 60 | 0 | 102 | 327 | 105 | 24 |
| Binary | 10000 | 101101 | 1010111 | 1010010 | 110000 | 0 | 1000010 | 11010111 | 1000101 | 10100 |
Color Harmonies of #102D57
Complementary color
Monochromatic Colors of #102D57
Black with #102D57
Text Example
Text Example
White with #102D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D57; }
p { color: rgb(16,45,87); }
H1.HeaderClassName
{
color: #102D57;
}
.AnyTagClassName
{
color: #102D57;
}
</style>
background-color css
<style>
a { background-color: #102D57; }
a { background-color: rgb(16,45,87); }
div.DivClassName
{
background-color: #102D57;
}
.BgClassName
{
background-color: #102D57;
}
</style>
border-color css
<style>
span { border-color: #102D57; }
span { border-color: rgb(16,45,87); }
td.TdClassName
{
border-color: #102D57;
}
.TagClassName
{
border-color: #102D57;
}
</style>