Shades of Sapphire #11296E
Tints of Sapphire #11296E
RGB
CMYK
RGB Variations
Color information
#11296E (or 0x11296E) is known color: Sapphire. HEX triplet: 11, 29 and 6E. RGB value is (17,41,110). Sum of RGB (Red+Green+Blue) = 17+41+110=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #11296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11296E is #EED691. Grayscale: #292929. Windows color (decimal): -15652498 or 7219473. OLE color: 7219473.
HSL color Cylindrical-coordinate representation of color #11296E: hue angle of 224.52º 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 #11296E is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 41 | 110 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.57 |
| HSL | 224.52º | 0.73% | 0.25% | - |
| HSV(B) | 224.52º | 0.85% | 0.43% | - |
| XYZ | 3.84 | 2.83 | 15.1 | - |
| YUV | 41.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 110 | 0.85 | 0.63 | 0 | 0.57 | 224.52 | 0.73 | 0.25 |
| Hex | 11 | 29 | 6E | 55 | 3F | 0 | 39 | E1 | 49 | 19 |
| Octal | 21 | 51 | 156 | 125 | 77 | 0 | 71 | 341 | 111 | 31 |
| Binary | 10001 | 101001 | 1101110 | 1010101 | 111111 | 0 | 111001 | 11100001 | 1001001 | 11001 |
Color Harmonies of #11296E
Complementary color
Monochromatic Colors of #11296E
Black with #11296E
Text Example
Text Example
White with #11296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11296E; }
p { color: rgb(17,41,110); }
H1.HeaderClassName
{
color: #11296E;
}
.AnyTagClassName
{
color: #11296E;
}
</style>
background-color css
<style>
a { background-color: #11296E; }
a { background-color: rgb(17,41,110); }
div.DivClassName
{
background-color: #11296E;
}
.BgClassName
{
background-color: #11296E;
}
</style>
border-color css
<style>
span { border-color: #11296E; }
span { border-color: rgb(17,41,110); }
td.TdClassName
{
border-color: #11296E;
}
.TagClassName
{
border-color: #11296E;
}
</style>