Shades of Sapphire #102E6E
Tints of Sapphire #102E6E
RGB
CMYK
RGB Variations
Color information
#102E6E (or 0x102E6E) is known color: Sapphire. HEX triplet: 10, 2E and 6E. RGB value is (16,46,110). Sum of RGB (Red+Green+Blue) = 16+46+110=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #102E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E6E is #EFD191. Grayscale: #2C2C2C. Windows color (decimal): -15716754 or 7220752. OLE color: 7220752.
HSL color Cylindrical-coordinate representation of color #102E6E: hue angle of 220.85º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102E6E is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 46 | 110 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.57 |
| HSL | 220.85º | 0.75% | 0.25% | - |
| HSV(B) | 220.85º | 0.85% | 0.43% | - |
| XYZ | 4.01 | 3.19 | 15.16 | - |
| YUV | 44.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 110 | 0.85 | 0.58 | 0 | 0.57 | 220.85 | 0.75 | 0.25 |
| Hex | 10 | 2E | 6E | 55 | 3A | 0 | 39 | DD | 4B | 19 |
| Octal | 20 | 56 | 156 | 125 | 72 | 0 | 71 | 335 | 113 | 31 |
| Binary | 10000 | 101110 | 1101110 | 1010101 | 111010 | 0 | 111001 | 11011101 | 1001011 | 11001 |
Color Harmonies of #102E6E
Complementary color
Monochromatic Colors of #102E6E
Black with #102E6E
Text Example
Text Example
White with #102E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E6E; }
p { color: rgb(16,46,110); }
H1.HeaderClassName
{
color: #102E6E;
}
.AnyTagClassName
{
color: #102E6E;
}
</style>
background-color css
<style>
a { background-color: #102E6E; }
a { background-color: rgb(16,46,110); }
div.DivClassName
{
background-color: #102E6E;
}
.BgClassName
{
background-color: #102E6E;
}
</style>
border-color css
<style>
span { border-color: #102E6E; }
span { border-color: rgb(16,46,110); }
td.TdClassName
{
border-color: #102E6E;
}
.TagClassName
{
border-color: #102E6E;
}
</style>