Shades of Sapphire #11245B
Tints of Sapphire #11245B
RGB
CMYK
RGB Variations
Color information
#11245B (or 0x11245B) is known color: Sapphire. HEX triplet: 11, 24 and 5B. RGB value is (17,36,91). Sum of RGB (Red+Green+Blue) = 17+36+91=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #11245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11245B is #EEDBA4. Grayscale: #242424. Windows color (decimal): -15653797 or 5973009. OLE color: 5973009.
HSL color Cylindrical-coordinate representation of color #11245B: hue angle of 224.59º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11245B is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 36 | 91 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.64 |
| HSL | 224.59º | 0.69% | 0.21% | - |
| HSV(B) | 224.59º | 0.81% | 0.36% | - |
| XYZ | 2.75 | 2.14 | 10.16 | - |
| YUV | 36.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 91 | 0.81 | 0.60 | 0 | 0.64 | 224.59 | 0.69 | 0.21 |
| Hex | 11 | 24 | 5B | 51 | 3C | 0 | 40 | E1 | 45 | 15 |
| Octal | 21 | 44 | 133 | 121 | 74 | 0 | 100 | 341 | 105 | 25 |
| Binary | 10001 | 100100 | 1011011 | 1010001 | 111100 | 0 | 1000000 | 11100001 | 1000101 | 10101 |
Color Harmonies of #11245B
Complementary color
Monochromatic Colors of #11245B
Black with #11245B
Text Example
Text Example
White with #11245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11245B; }
p { color: rgb(17,36,91); }
H1.HeaderClassName
{
color: #11245B;
}
.AnyTagClassName
{
color: #11245B;
}
</style>
background-color css
<style>
a { background-color: #11245B; }
a { background-color: rgb(17,36,91); }
div.DivClassName
{
background-color: #11245B;
}
.BgClassName
{
background-color: #11245B;
}
</style>
border-color css
<style>
span { border-color: #11245B; }
span { border-color: rgb(17,36,91); }
td.TdClassName
{
border-color: #11245B;
}
.TagClassName
{
border-color: #11245B;
}
</style>