Shades of Sapphire #102B5D
Tints of Sapphire #102B5D
RGB
CMYK
RGB Variations
Color information
#102B5D (or 0x102B5D) is known color: Sapphire. HEX triplet: 10, 2B and 5D. RGB value is (16,43,93). Sum of RGB (Red+Green+Blue) = 16+43+93=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #102B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B5D is #EFD4A2. Grayscale: #282828. Windows color (decimal): -15717539 or 6105872. OLE color: 6105872.
HSL color Cylindrical-coordinate representation of color #102B5D: hue angle of 218.96º 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 #102B5D is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 43 | 93 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.64 |
| HSL | 218.96º | 0.71% | 0.21% | - |
| HSV(B) | 218.96º | 0.83% | 0.36% | - |
| XYZ | 3.05 | 2.63 | 10.7 | - |
| YUV | 40.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 93 | 0.83 | 0.54 | 0 | 0.64 | 218.96 | 0.71 | 0.21 |
| Hex | 10 | 2B | 5D | 53 | 36 | 0 | 40 | DB | 47 | 15 |
| Octal | 20 | 53 | 135 | 123 | 66 | 0 | 100 | 333 | 107 | 25 |
| Binary | 10000 | 101011 | 1011101 | 1010011 | 110110 | 0 | 1000000 | 11011011 | 1000111 | 10101 |
Color Harmonies of #102B5D
Complementary color
Monochromatic Colors of #102B5D
Black with #102B5D
Text Example
Text Example
White with #102B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B5D; }
p { color: rgb(16,43,93); }
H1.HeaderClassName
{
color: #102B5D;
}
.AnyTagClassName
{
color: #102B5D;
}
</style>
background-color css
<style>
a { background-color: #102B5D; }
a { background-color: rgb(16,43,93); }
div.DivClassName
{
background-color: #102B5D;
}
.BgClassName
{
background-color: #102B5D;
}
</style>
border-color css
<style>
span { border-color: #102B5D; }
span { border-color: rgb(16,43,93); }
td.TdClassName
{
border-color: #102B5D;
}
.TagClassName
{
border-color: #102B5D;
}
</style>