Shades of Sapphire #102D6E
Tints of Sapphire #102D6E
RGB
CMYK
RGB Variations
Color information
#102D6E (or 0x102D6E) is known color: Sapphire. HEX triplet: 10, 2D and 6E. RGB value is (16,45,110). Sum of RGB (Red+Green+Blue) = 16+45+110=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #102D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D6E is #EFD291. Grayscale: #2B2B2B. Windows color (decimal): -15717010 or 7220496. OLE color: 7220496.
HSL color Cylindrical-coordinate representation of color #102D6E: hue angle of 221.49º 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 #102D6E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 45 | 110 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.57 |
| HSL | 221.49º | 0.75% | 0.25% | - |
| HSV(B) | 221.49º | 0.85% | 0.43% | - |
| XYZ | 3.97 | 3.11 | 15.14 | - |
| YUV | 43.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 110 | 0.85 | 0.59 | 0 | 0.57 | 221.49 | 0.75 | 0.25 |
| Hex | 10 | 2D | 6E | 55 | 3B | 0 | 39 | DD | 4B | 19 |
| Octal | 20 | 55 | 156 | 125 | 73 | 0 | 71 | 335 | 113 | 31 |
| Binary | 10000 | 101101 | 1101110 | 1010101 | 111011 | 0 | 111001 | 11011101 | 1001011 | 11001 |
Color Harmonies of #102D6E
Complementary color
Monochromatic Colors of #102D6E
Black with #102D6E
Text Example
Text Example
White with #102D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D6E; }
p { color: rgb(16,45,110); }
H1.HeaderClassName
{
color: #102D6E;
}
.AnyTagClassName
{
color: #102D6E;
}
</style>
background-color css
<style>
a { background-color: #102D6E; }
a { background-color: rgb(16,45,110); }
div.DivClassName
{
background-color: #102D6E;
}
.BgClassName
{
background-color: #102D6E;
}
</style>
border-color css
<style>
span { border-color: #102D6E; }
span { border-color: rgb(16,45,110); }
td.TdClassName
{
border-color: #102D6E;
}
.TagClassName
{
border-color: #102D6E;
}
</style>