Shades of Sapphire #102E57
Tints of Sapphire #102E57
RGB
CMYK
RGB Variations
Color information
#102E57 (or 0x102E57) is known color: Sapphire. HEX triplet: 10, 2E and 57. RGB value is (16,46,87). Sum of RGB (Red+Green+Blue) = 16+46+87=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #102E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E57 is #EFD1A8. Grayscale: #292929. Windows color (decimal): -15716777 or 5713424. OLE color: 5713424.
HSL color Cylindrical-coordinate representation of color #102E57: hue angle of 214.65º 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 #102E57 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 46 | 87 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.66 |
| HSL | 214.65º | 0.69% | 0.2% | - |
| HSV(B) | 214.65º | 0.82% | 0.34% | - |
| XYZ | 2.91 | 2.75 | 9.39 | - |
| YUV | 41.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 87 | 0.82 | 0.47 | 0 | 0.66 | 214.65 | 0.69 | 0.2 |
| Hex | 10 | 2E | 57 | 52 | 2F | 0 | 42 | D7 | 45 | 14 |
| Octal | 20 | 56 | 127 | 122 | 57 | 0 | 102 | 327 | 105 | 24 |
| Binary | 10000 | 101110 | 1010111 | 1010010 | 101111 | 0 | 1000010 | 11010111 | 1000101 | 10100 |
Color Harmonies of #102E57
Complementary color
Monochromatic Colors of #102E57
Black with #102E57
Text Example
Text Example
White with #102E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E57; }
p { color: rgb(16,46,87); }
H1.HeaderClassName
{
color: #102E57;
}
.AnyTagClassName
{
color: #102E57;
}
</style>
background-color css
<style>
a { background-color: #102E57; }
a { background-color: rgb(16,46,87); }
div.DivClassName
{
background-color: #102E57;
}
.BgClassName
{
background-color: #102E57;
}
</style>
border-color css
<style>
span { border-color: #102E57; }
span { border-color: rgb(16,46,87); }
td.TdClassName
{
border-color: #102E57;
}
.TagClassName
{
border-color: #102E57;
}
</style>