Shades of Sapphire #102E76
Tints of Sapphire #102E76
RGB
CMYK
RGB Variations
Color information
#102E76 (or 0x102E76) is known color: Sapphire. HEX triplet: 10, 2E and 76. RGB value is (16,46,118). Sum of RGB (Red+Green+Blue) = 16+46+118=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #102E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E76 is #EFD189. Grayscale: #2C2C2C. Windows color (decimal): -15716746 or 7745040. OLE color: 7745040.
HSL color Cylindrical-coordinate representation of color #102E76: hue angle of 222.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102E76 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 46 | 118 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.54 |
| HSL | 222.35º | 0.76% | 0.26% | - |
| HSV(B) | 222.35º | 0.86% | 0.46% | - |
| XYZ | 4.46 | 3.37 | 17.56 | - |
| YUV | 45.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 118 | 0.86 | 0.61 | 0 | 0.54 | 222.35 | 0.76 | 0.26 |
| Hex | 10 | 2E | 76 | 56 | 3D | 0 | 36 | DE | 4C | 1A |
| Octal | 20 | 56 | 166 | 126 | 75 | 0 | 66 | 336 | 114 | 32 |
| Binary | 10000 | 101110 | 1110110 | 1010110 | 111101 | 0 | 110110 | 11011110 | 1001100 | 11010 |
Color Harmonies of #102E76
Complementary color
Monochromatic Colors of #102E76
Black with #102E76
Text Example
Text Example
White with #102E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E76; }
p { color: rgb(16,46,118); }
H1.HeaderClassName
{
color: #102E76;
}
.AnyTagClassName
{
color: #102E76;
}
</style>
background-color css
<style>
a { background-color: #102E76; }
a { background-color: rgb(16,46,118); }
div.DivClassName
{
background-color: #102E76;
}
.BgClassName
{
background-color: #102E76;
}
</style>
border-color css
<style>
span { border-color: #102E76; }
span { border-color: rgb(16,46,118); }
td.TdClassName
{
border-color: #102E76;
}
.TagClassName
{
border-color: #102E76;
}
</style>