Shades of Sapphire #102D5D
Tints of Sapphire #102D5D
RGB
CMYK
RGB Variations
Color information
#102D5D (or 0x102D5D) is known color: Sapphire. HEX triplet: 10, 2D and 5D. RGB value is (16,45,93). Sum of RGB (Red+Green+Blue) = 16+45+93=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #102D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D5D is #EFD2A2. Grayscale: #292929. Windows color (decimal): -15717027 or 6106384. OLE color: 6106384.
HSL color Cylindrical-coordinate representation of color #102D5D: hue angle of 217.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102D5D is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 45 | 93 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.64 |
| HSL | 217.4º | 0.71% | 0.21% | - |
| HSV(B) | 217.4º | 0.83% | 0.36% | - |
| XYZ | 3.13 | 2.78 | 10.73 | - |
| YUV | 41.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 93 | 0.83 | 0.52 | 0 | 0.64 | 217.4 | 0.71 | 0.21 |
| Hex | 10 | 2D | 5D | 53 | 34 | 0 | 40 | D9 | 47 | 15 |
| Octal | 20 | 55 | 135 | 123 | 64 | 0 | 100 | 331 | 107 | 25 |
| Binary | 10000 | 101101 | 1011101 | 1010011 | 110100 | 0 | 1000000 | 11011001 | 1000111 | 10101 |
Color Harmonies of #102D5D
Complementary color
Monochromatic Colors of #102D5D
Black with #102D5D
Text Example
Text Example
White with #102D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D5D; }
p { color: rgb(16,45,93); }
H1.HeaderClassName
{
color: #102D5D;
}
.AnyTagClassName
{
color: #102D5D;
}
</style>
background-color css
<style>
a { background-color: #102D5D; }
a { background-color: rgb(16,45,93); }
div.DivClassName
{
background-color: #102D5D;
}
.BgClassName
{
background-color: #102D5D;
}
</style>
border-color css
<style>
span { border-color: #102D5D; }
span { border-color: rgb(16,45,93); }
td.TdClassName
{
border-color: #102D5D;
}
.TagClassName
{
border-color: #102D5D;
}
</style>