Shades of Sapphire #11256B
Tints of Sapphire #11256B
RGB
CMYK
RGB Variations
Color information
#11256B (or 0x11256B) is known color: Sapphire. HEX triplet: 11, 25 and 6B. RGB value is (17,37,107). Sum of RGB (Red+Green+Blue) = 17+37+107=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #11256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11256B is #EEDA94. Grayscale: #262626. Windows color (decimal): -15653525 or 7021841. OLE color: 7021841.
HSL color Cylindrical-coordinate representation of color #11256B: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11256B is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 37 | 107 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.58 |
| HSL | 226.67º | 0.73% | 0.24% | - |
| HSV(B) | 226.67º | 0.84% | 0.42% | - |
| XYZ | 3.55 | 2.5 | 14.21 | - |
| YUV | 39 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 107 | 0.84 | 0.65 | 0 | 0.58 | 226.67 | 0.73 | 0.24 |
| Hex | 11 | 25 | 6B | 54 | 41 | 0 | 3A | E3 | 49 | 18 |
| Octal | 21 | 45 | 153 | 124 | 101 | 0 | 72 | 343 | 111 | 30 |
| Binary | 10001 | 100101 | 1101011 | 1010100 | 1000001 | 0 | 111010 | 11100011 | 1001001 | 11000 |
Color Harmonies of #11256B
Complementary color
Monochromatic Colors of #11256B
Black with #11256B
Text Example
Text Example
White with #11256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11256B; }
p { color: rgb(17,37,107); }
H1.HeaderClassName
{
color: #11256B;
}
.AnyTagClassName
{
color: #11256B;
}
</style>
background-color css
<style>
a { background-color: #11256B; }
a { background-color: rgb(17,37,107); }
div.DivClassName
{
background-color: #11256B;
}
.BgClassName
{
background-color: #11256B;
}
</style>
border-color css
<style>
span { border-color: #11256B; }
span { border-color: rgb(17,37,107); }
td.TdClassName
{
border-color: #11256B;
}
.TagClassName
{
border-color: #11256B;
}
</style>