Shades of Sapphire #11276D
Tints of Sapphire #11276D
RGB
CMYK
RGB Variations
Color information
#11276D (or 0x11276D) is known color: Sapphire. HEX triplet: 11, 27 and 6D. RGB value is (17,39,109). Sum of RGB (Red+Green+Blue) = 17+39+109=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #11276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11276D is #EED892. Grayscale: #282828. Windows color (decimal): -15653011 or 7153425. OLE color: 7153425.
HSL color Cylindrical-coordinate representation of color #11276D: hue angle of 225.65º 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 #11276D is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 39 | 109 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.57 |
| HSL | 225.65º | 0.73% | 0.25% | - |
| HSV(B) | 225.65º | 0.84% | 0.43% | - |
| XYZ | 3.72 | 2.67 | 14.79 | - |
| YUV | 40.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 109 | 0.84 | 0.64 | 0 | 0.57 | 225.65 | 0.73 | 0.25 |
| Hex | 11 | 27 | 6D | 54 | 40 | 0 | 39 | E2 | 49 | 19 |
| Octal | 21 | 47 | 155 | 124 | 100 | 0 | 71 | 342 | 111 | 31 |
| Binary | 10001 | 100111 | 1101101 | 1010100 | 1000000 | 0 | 111001 | 11100010 | 1001001 | 11001 |
Color Harmonies of #11276D
Complementary color
Monochromatic Colors of #11276D
Black with #11276D
Text Example
Text Example
White with #11276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11276D; }
p { color: rgb(17,39,109); }
H1.HeaderClassName
{
color: #11276D;
}
.AnyTagClassName
{
color: #11276D;
}
</style>
background-color css
<style>
a { background-color: #11276D; }
a { background-color: rgb(17,39,109); }
div.DivClassName
{
background-color: #11276D;
}
.BgClassName
{
background-color: #11276D;
}
</style>
border-color css
<style>
span { border-color: #11276D; }
span { border-color: rgb(17,39,109); }
td.TdClassName
{
border-color: #11276D;
}
.TagClassName
{
border-color: #11276D;
}
</style>