Shades of Sapphire #102E5F
Tints of Sapphire #102E5F
RGB
CMYK
RGB Variations
Color information
#102E5F (or 0x102E5F) is known color: Sapphire. HEX triplet: 10, 2E and 5F. RGB value is (16,46,95). Sum of RGB (Red+Green+Blue) = 16+46+95=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #102E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E5F is #EFD1A0. Grayscale: #2A2A2A. Windows color (decimal): -15716769 or 6237712. OLE color: 6237712.
HSL color Cylindrical-coordinate representation of color #102E5F: hue angle of 217.22º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102E5F is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 46 | 95 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.63 |
| HSL | 217.22º | 0.71% | 0.22% | - |
| HSV(B) | 217.22º | 0.83% | 0.37% | - |
| XYZ | 3.26 | 2.89 | 11.21 | - |
| YUV | 42.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 95 | 0.83 | 0.52 | 0 | 0.63 | 217.22 | 0.71 | 0.22 |
| Hex | 10 | 2E | 5F | 53 | 34 | 0 | 3F | D9 | 47 | 16 |
| Octal | 20 | 56 | 137 | 123 | 64 | 0 | 77 | 331 | 107 | 26 |
| Binary | 10000 | 101110 | 1011111 | 1010011 | 110100 | 0 | 111111 | 11011001 | 1000111 | 10110 |
Color Harmonies of #102E5F
Complementary color
Monochromatic Colors of #102E5F
Black with #102E5F
Text Example
Text Example
White with #102E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E5F; }
p { color: rgb(16,46,95); }
H1.HeaderClassName
{
color: #102E5F;
}
.AnyTagClassName
{
color: #102E5F;
}
</style>
background-color css
<style>
a { background-color: #102E5F; }
a { background-color: rgb(16,46,95); }
div.DivClassName
{
background-color: #102E5F;
}
.BgClassName
{
background-color: #102E5F;
}
</style>
border-color css
<style>
span { border-color: #102E5F; }
span { border-color: rgb(16,46,95); }
td.TdClassName
{
border-color: #102E5F;
}
.TagClassName
{
border-color: #102E5F;
}
</style>