Shades of Sapphire #102B6E
Tints of Sapphire #102B6E
RGB
CMYK
RGB Variations
Color information
#102B6E (or 0x102B6E) is known color: Sapphire. HEX triplet: 10, 2B and 6E. RGB value is (16,43,110). Sum of RGB (Red+Green+Blue) = 16+43+110=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #102B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B6E is #EFD491. Grayscale: #2A2A2A. Windows color (decimal): -15717522 or 7219984. OLE color: 7219984.
HSL color Cylindrical-coordinate representation of color #102B6E: hue angle of 222.77º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102B6E is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 43 | 110 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.57 |
| HSL | 222.77º | 0.75% | 0.25% | - |
| HSV(B) | 222.77º | 0.85% | 0.43% | - |
| XYZ | 3.89 | 2.96 | 15.12 | - |
| YUV | 42.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 110 | 0.85 | 0.61 | 0 | 0.57 | 222.77 | 0.75 | 0.25 |
| Hex | 10 | 2B | 6E | 55 | 3D | 0 | 39 | DF | 4B | 19 |
| Octal | 20 | 53 | 156 | 125 | 75 | 0 | 71 | 337 | 113 | 31 |
| Binary | 10000 | 101011 | 1101110 | 1010101 | 111101 | 0 | 111001 | 11011111 | 1001011 | 11001 |
Color Harmonies of #102B6E
Complementary color
Monochromatic Colors of #102B6E
Black with #102B6E
Text Example
Text Example
White with #102B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B6E; }
p { color: rgb(16,43,110); }
H1.HeaderClassName
{
color: #102B6E;
}
.AnyTagClassName
{
color: #102B6E;
}
</style>
background-color css
<style>
a { background-color: #102B6E; }
a { background-color: rgb(16,43,110); }
div.DivClassName
{
background-color: #102B6E;
}
.BgClassName
{
background-color: #102B6E;
}
</style>
border-color css
<style>
span { border-color: #102B6E; }
span { border-color: rgb(16,43,110); }
td.TdClassName
{
border-color: #102B6E;
}
.TagClassName
{
border-color: #102B6E;
}
</style>