Shades of Sapphire #11286D
Tints of Sapphire #11286D
RGB
CMYK
RGB Variations
Color information
#11286D (or 0x11286D) is known color: Sapphire. HEX triplet: 11, 28 and 6D. RGB value is (17,40,109). Sum of RGB (Red+Green+Blue) = 17+40+109=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #11286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11286D is #EED792. Grayscale: #282828. Windows color (decimal): -15652755 or 7153681. OLE color: 7153681.
HSL color Cylindrical-coordinate representation of color #11286D: hue angle of 225º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11286D is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 40 | 109 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.57 |
| HSL | 225º | 0.73% | 0.25% | - |
| HSV(B) | 225º | 0.84% | 0.43% | - |
| XYZ | 3.75 | 2.74 | 14.8 | - |
| YUV | 40.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 109 | 0.84 | 0.63 | 0 | 0.57 | 225 | 0.73 | 0.25 |
| Hex | 11 | 28 | 6D | 54 | 3F | 0 | 39 | E1 | 49 | 19 |
| Octal | 21 | 50 | 155 | 124 | 77 | 0 | 71 | 341 | 111 | 31 |
| Binary | 10001 | 101000 | 1101101 | 1010100 | 111111 | 0 | 111001 | 11100001 | 1001001 | 11001 |
Color Harmonies of #11286D
Complementary color
Monochromatic Colors of #11286D
Black with #11286D
Text Example
Text Example
White with #11286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11286D; }
p { color: rgb(17,40,109); }
H1.HeaderClassName
{
color: #11286D;
}
.AnyTagClassName
{
color: #11286D;
}
</style>
background-color css
<style>
a { background-color: #11286D; }
a { background-color: rgb(17,40,109); }
div.DivClassName
{
background-color: #11286D;
}
.BgClassName
{
background-color: #11286D;
}
</style>
border-color css
<style>
span { border-color: #11286D; }
span { border-color: rgb(17,40,109); }
td.TdClassName
{
border-color: #11286D;
}
.TagClassName
{
border-color: #11286D;
}
</style>