Shades of Sapphire #102D63
Tints of Sapphire #102D63
RGB
CMYK
RGB Variations
Color information
#102D63 (or 0x102D63) is known color: Sapphire. HEX triplet: 10, 2D and 63. RGB value is (16,45,99). Sum of RGB (Red+Green+Blue) = 16+45+99=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #102D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D63 is #EFD29C. Grayscale: #2A2A2A. Windows color (decimal): -15717021 or 6499600. OLE color: 6499600.
HSL color Cylindrical-coordinate representation of color #102D63: hue angle of 219.04º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102D63 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 45 | 99 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.61 |
| HSL | 219.04º | 0.72% | 0.23% | - |
| HSV(B) | 219.04º | 0.84% | 0.39% | - |
| XYZ | 3.4 | 2.89 | 12.18 | - |
| YUV | 42.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 99 | 0.84 | 0.55 | 0 | 0.61 | 219.04 | 0.72 | 0.23 |
| Hex | 10 | 2D | 63 | 54 | 37 | 0 | 3D | DB | 48 | 17 |
| Octal | 20 | 55 | 143 | 124 | 67 | 0 | 75 | 333 | 110 | 27 |
| Binary | 10000 | 101101 | 1100011 | 1010100 | 110111 | 0 | 111101 | 11011011 | 1001000 | 10111 |
Color Harmonies of #102D63
Complementary color
Monochromatic Colors of #102D63
Black with #102D63
Text Example
Text Example
White with #102D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D63; }
p { color: rgb(16,45,99); }
H1.HeaderClassName
{
color: #102D63;
}
.AnyTagClassName
{
color: #102D63;
}
</style>
background-color css
<style>
a { background-color: #102D63; }
a { background-color: rgb(16,45,99); }
div.DivClassName
{
background-color: #102D63;
}
.BgClassName
{
background-color: #102D63;
}
</style>
border-color css
<style>
span { border-color: #102D63; }
span { border-color: rgb(16,45,99); }
td.TdClassName
{
border-color: #102D63;
}
.TagClassName
{
border-color: #102D63;
}
</style>