Shades of Sapphire #11276E
Tints of Sapphire #11276E
RGB
CMYK
RGB Variations
Color information
#11276E (or 0x11276E) is known color: Sapphire. HEX triplet: 11, 27 and 6E. RGB value is (17,39,110). Sum of RGB (Red+Green+Blue) = 17+39+110=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #11276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11276E is #EED891. Grayscale: #282828. Windows color (decimal): -15653010 or 7218961. OLE color: 7218961.
HSL color Cylindrical-coordinate representation of color #11276E: hue angle of 225.81º degrees, saturation: 0.73, 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 #11276E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 39 | 110 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.57 |
| HSL | 225.81º | 0.73% | 0.25% | - |
| HSV(B) | 225.81º | 0.85% | 0.43% | - |
| XYZ | 3.77 | 2.7 | 15.07 | - |
| YUV | 40.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 110 | 0.85 | 0.65 | 0 | 0.57 | 225.81 | 0.73 | 0.25 |
| Hex | 11 | 27 | 6E | 55 | 41 | 0 | 39 | E2 | 49 | 19 |
| Octal | 21 | 47 | 156 | 125 | 101 | 0 | 71 | 342 | 111 | 31 |
| Binary | 10001 | 100111 | 1101110 | 1010101 | 1000001 | 0 | 111001 | 11100010 | 1001001 | 11001 |
Color Harmonies of #11276E
Complementary color
Monochromatic Colors of #11276E
Black with #11276E
Text Example
Text Example
White with #11276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11276E; }
p { color: rgb(17,39,110); }
H1.HeaderClassName
{
color: #11276E;
}
.AnyTagClassName
{
color: #11276E;
}
</style>
background-color css
<style>
a { background-color: #11276E; }
a { background-color: rgb(17,39,110); }
div.DivClassName
{
background-color: #11276E;
}
.BgClassName
{
background-color: #11276E;
}
</style>
border-color css
<style>
span { border-color: #11276E; }
span { border-color: rgb(17,39,110); }
td.TdClassName
{
border-color: #11276E;
}
.TagClassName
{
border-color: #11276E;
}
</style>