Shades of Sapphire #102E69
Tints of Sapphire #102E69
RGB
CMYK
RGB Variations
Color information
#102E69 (or 0x102E69) is known color: Sapphire. HEX triplet: 10, 2E and 69. RGB value is (16,46,105). Sum of RGB (Red+Green+Blue) = 16+46+105=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #102E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E69 is #EFD196. Grayscale: #2B2B2B. Windows color (decimal): -15716759 or 6893072. OLE color: 6893072.
HSL color Cylindrical-coordinate representation of color #102E69: hue angle of 219.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102E69 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 46 | 105 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.59 |
| HSL | 219.78º | 0.74% | 0.24% | - |
| HSV(B) | 219.78º | 0.85% | 0.41% | - |
| XYZ | 3.74 | 3.08 | 13.76 | - |
| YUV | 43.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 105 | 0.85 | 0.56 | 0 | 0.59 | 219.78 | 0.74 | 0.24 |
| Hex | 10 | 2E | 69 | 55 | 38 | 0 | 3B | DC | 4A | 18 |
| Octal | 20 | 56 | 151 | 125 | 70 | 0 | 73 | 334 | 112 | 30 |
| Binary | 10000 | 101110 | 1101001 | 1010101 | 111000 | 0 | 111011 | 11011100 | 1001010 | 11000 |
Color Harmonies of #102E69
Complementary color
Monochromatic Colors of #102E69
Black with #102E69
Text Example
Text Example
White with #102E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E69; }
p { color: rgb(16,46,105); }
H1.HeaderClassName
{
color: #102E69;
}
.AnyTagClassName
{
color: #102E69;
}
</style>
background-color css
<style>
a { background-color: #102E69; }
a { background-color: rgb(16,46,105); }
div.DivClassName
{
background-color: #102E69;
}
.BgClassName
{
background-color: #102E69;
}
</style>
border-color css
<style>
span { border-color: #102E69; }
span { border-color: rgb(16,46,105); }
td.TdClassName
{
border-color: #102E69;
}
.TagClassName
{
border-color: #102E69;
}
</style>