Shades of Sapphire #11264D
Tints of Sapphire #11264D
RGB
CMYK
RGB Variations
Color information
#11264D (or 0x11264D) is known color: Sapphire. HEX triplet: 11, 26 and 4D. RGB value is (17,38,77). Sum of RGB (Red+Green+Blue) = 17+38+77=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #11264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11264D is #EED9B2. Grayscale: #232323. Windows color (decimal): -15653299 or 5056017. OLE color: 5056017.
HSL color Cylindrical-coordinate representation of color #11264D: hue angle of 219º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11264D is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 38 | 77 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.70 |
| HSL | 219º | 0.64% | 0.18% | - |
| HSV(B) | 219º | 0.78% | 0.3% | - |
| XYZ | 2.26 | 2.04 | 7.3 | - |
| YUV | 36.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 77 | 0.78 | 0.51 | 0 | 0.70 | 219 | 0.64 | 0.18 |
| Hex | 11 | 26 | 4D | 4E | 33 | 0 | 46 | DB | 40 | 12 |
| Octal | 21 | 46 | 115 | 116 | 63 | 0 | 106 | 333 | 100 | 22 |
| Binary | 10001 | 100110 | 1001101 | 1001110 | 110011 | 0 | 1000110 | 11011011 | 1000000 | 10010 |
Color Harmonies of #11264D
Complementary color
Monochromatic Colors of #11264D
Black with #11264D
Text Example
Text Example
White with #11264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11264D; }
p { color: rgb(17,38,77); }
H1.HeaderClassName
{
color: #11264D;
}
.AnyTagClassName
{
color: #11264D;
}
</style>
background-color css
<style>
a { background-color: #11264D; }
a { background-color: rgb(17,38,77); }
div.DivClassName
{
background-color: #11264D;
}
.BgClassName
{
background-color: #11264D;
}
</style>
border-color css
<style>
span { border-color: #11264D; }
span { border-color: rgb(17,38,77); }
td.TdClassName
{
border-color: #11264D;
}
.TagClassName
{
border-color: #11264D;
}
</style>