Shades of Sapphire #102E61
Tints of Sapphire #102E61
RGB
CMYK
RGB Variations
Color information
#102E61 (or 0x102E61) is known color: Sapphire. HEX triplet: 10, 2E and 61. RGB value is (16,46,97). Sum of RGB (Red+Green+Blue) = 16+46+97=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #102E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E61 is #EFD19E. Grayscale: #2A2A2A. Windows color (decimal): -15716767 or 6368784. OLE color: 6368784.
HSL color Cylindrical-coordinate representation of color #102E61: hue angle of 217.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102E61 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 46 | 97 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.62 |
| HSL | 217.78º | 0.72% | 0.22% | - |
| HSV(B) | 217.78º | 0.84% | 0.38% | - |
| XYZ | 3.35 | 2.93 | 11.7 | - |
| YUV | 42.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 97 | 0.84 | 0.53 | 0 | 0.62 | 217.78 | 0.72 | 0.22 |
| Hex | 10 | 2E | 61 | 54 | 35 | 0 | 3E | DA | 48 | 16 |
| Octal | 20 | 56 | 141 | 124 | 65 | 0 | 76 | 332 | 110 | 26 |
| Binary | 10000 | 101110 | 1100001 | 1010100 | 110101 | 0 | 111110 | 11011010 | 1001000 | 10110 |
Color Harmonies of #102E61
Complementary color
Monochromatic Colors of #102E61
Black with #102E61
Text Example
Text Example
White with #102E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E61; }
p { color: rgb(16,46,97); }
H1.HeaderClassName
{
color: #102E61;
}
.AnyTagClassName
{
color: #102E61;
}
</style>
background-color css
<style>
a { background-color: #102E61; }
a { background-color: rgb(16,46,97); }
div.DivClassName
{
background-color: #102E61;
}
.BgClassName
{
background-color: #102E61;
}
</style>
border-color css
<style>
span { border-color: #102E61; }
span { border-color: rgb(16,46,97); }
td.TdClassName
{
border-color: #102E61;
}
.TagClassName
{
border-color: #102E61;
}
</style>