Shades of Sapphire #102D65
Tints of Sapphire #102D65
RGB
CMYK
RGB Variations
Color information
#102D65 (or 0x102D65) is known color: Sapphire. HEX triplet: 10, 2D and 65. RGB value is (16,45,101). Sum of RGB (Red+Green+Blue) = 16+45+101=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #102D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D65 is #EFD29A. Grayscale: #2A2A2A. Windows color (decimal): -15717019 or 6630672. OLE color: 6630672.
HSL color Cylindrical-coordinate representation of color #102D65: hue angle of 219.53º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102D65 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 45 | 101 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.60 |
| HSL | 219.53º | 0.73% | 0.23% | - |
| HSV(B) | 219.53º | 0.84% | 0.4% | - |
| XYZ | 3.5 | 2.93 | 12.69 | - |
| YUV | 42.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 101 | 0.84 | 0.55 | 0 | 0.60 | 219.53 | 0.73 | 0.23 |
| Hex | 10 | 2D | 65 | 54 | 37 | 0 | 3C | DC | 49 | 17 |
| Octal | 20 | 55 | 145 | 124 | 67 | 0 | 74 | 334 | 111 | 27 |
| Binary | 10000 | 101101 | 1100101 | 1010100 | 110111 | 0 | 111100 | 11011100 | 1001001 | 10111 |
Color Harmonies of #102D65
Complementary color
Monochromatic Colors of #102D65
Black with #102D65
Text Example
Text Example
White with #102D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D65; }
p { color: rgb(16,45,101); }
H1.HeaderClassName
{
color: #102D65;
}
.AnyTagClassName
{
color: #102D65;
}
</style>
background-color css
<style>
a { background-color: #102D65; }
a { background-color: rgb(16,45,101); }
div.DivClassName
{
background-color: #102D65;
}
.BgClassName
{
background-color: #102D65;
}
</style>
border-color css
<style>
span { border-color: #102D65; }
span { border-color: rgb(16,45,101); }
td.TdClassName
{
border-color: #102D65;
}
.TagClassName
{
border-color: #102D65;
}
</style>