Shades of Sapphire #102B5B
Tints of Sapphire #102B5B
RGB
CMYK
RGB Variations
Color information
#102B5B (or 0x102B5B) is known color: Sapphire. HEX triplet: 10, 2B and 5B. RGB value is (16,43,91). Sum of RGB (Red+Green+Blue) = 16+43+91=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #102B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B5B is #EFD4A4. Grayscale: #282828. Windows color (decimal): -15717541 or 5974800. OLE color: 5974800.
HSL color Cylindrical-coordinate representation of color #102B5B: hue angle of 218.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102B5B is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 43 | 91 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.64 |
| HSL | 218.4º | 0.7% | 0.21% | - |
| HSV(B) | 218.4º | 0.82% | 0.36% | - |
| XYZ | 2.97 | 2.59 | 10.24 | - |
| YUV | 40.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 91 | 0.82 | 0.53 | 0 | 0.64 | 218.4 | 0.7 | 0.21 |
| Hex | 10 | 2B | 5B | 52 | 35 | 0 | 40 | DA | 46 | 15 |
| Octal | 20 | 53 | 133 | 122 | 65 | 0 | 100 | 332 | 106 | 25 |
| Binary | 10000 | 101011 | 1011011 | 1010010 | 110101 | 0 | 1000000 | 11011010 | 1000110 | 10101 |
Color Harmonies of #102B5B
Complementary color
Monochromatic Colors of #102B5B
Black with #102B5B
Text Example
Text Example
White with #102B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B5B; }
p { color: rgb(16,43,91); }
H1.HeaderClassName
{
color: #102B5B;
}
.AnyTagClassName
{
color: #102B5B;
}
</style>
background-color css
<style>
a { background-color: #102B5B; }
a { background-color: rgb(16,43,91); }
div.DivClassName
{
background-color: #102B5B;
}
.BgClassName
{
background-color: #102B5B;
}
</style>
border-color css
<style>
span { border-color: #102B5B; }
span { border-color: rgb(16,43,91); }
td.TdClassName
{
border-color: #102B5B;
}
.TagClassName
{
border-color: #102B5B;
}
</style>