Shades of Sapphire #11265E
Tints of Sapphire #11265E
RGB
CMYK
RGB Variations
Color information
#11265E (or 0x11265E) is known color: Sapphire. HEX triplet: 11, 26 and 5E. RGB value is (17,38,94). Sum of RGB (Red+Green+Blue) = 17+38+94=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #11265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265E is #EED9A1. Grayscale: #252525. Windows color (decimal): -15653282 or 6170129. OLE color: 6170129.
HSL color Cylindrical-coordinate representation of color #11265E: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11265E is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 38 | 94 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.63 |
| HSL | 223.64º | 0.69% | 0.22% | - |
| HSV(B) | 223.64º | 0.82% | 0.37% | - |
| XYZ | 2.94 | 2.31 | 10.88 | - |
| YUV | 38.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 94 | 0.82 | 0.60 | 0 | 0.63 | 223.64 | 0.69 | 0.22 |
| Hex | 11 | 26 | 5E | 52 | 3C | 0 | 3F | E0 | 45 | 16 |
| Octal | 21 | 46 | 136 | 122 | 74 | 0 | 77 | 340 | 105 | 26 |
| Binary | 10001 | 100110 | 1011110 | 1010010 | 111100 | 0 | 111111 | 11100000 | 1000101 | 10110 |
Color Harmonies of #11265E
Complementary color
Monochromatic Colors of #11265E
Black with #11265E
Text Example
Text Example
White with #11265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11265E; }
p { color: rgb(17,38,94); }
H1.HeaderClassName
{
color: #11265E;
}
.AnyTagClassName
{
color: #11265E;
}
</style>
background-color css
<style>
a { background-color: #11265E; }
a { background-color: rgb(17,38,94); }
div.DivClassName
{
background-color: #11265E;
}
.BgClassName
{
background-color: #11265E;
}
</style>
border-color css
<style>
span { border-color: #11265E; }
span { border-color: rgb(17,38,94); }
td.TdClassName
{
border-color: #11265E;
}
.TagClassName
{
border-color: #11265E;
}
</style>