Shades of Sapphire #11245A
Tints of Sapphire #11245A
RGB
CMYK
RGB Variations
Color information
#11245A (or 0x11245A) is known color: Sapphire. HEX triplet: 11, 24 and 5A. RGB value is (17,36,90). Sum of RGB (Red+Green+Blue) = 17+36+90=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #11245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11245A is #EEDBA5. Grayscale: #242424. Windows color (decimal): -15653798 or 5907473. OLE color: 5907473.
HSL color Cylindrical-coordinate representation of color #11245A: hue angle of 224.38º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11245A is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 36 | 90 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.65 |
| HSL | 224.38º | 0.68% | 0.21% | - |
| HSV(B) | 224.38º | 0.81% | 0.35% | - |
| XYZ | 2.71 | 2.12 | 9.94 | - |
| YUV | 36.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 90 | 0.81 | 0.60 | 0 | 0.65 | 224.38 | 0.68 | 0.21 |
| Hex | 11 | 24 | 5A | 51 | 3C | 0 | 41 | E0 | 44 | 15 |
| Octal | 21 | 44 | 132 | 121 | 74 | 0 | 101 | 340 | 104 | 25 |
| Binary | 10001 | 100100 | 1011010 | 1010001 | 111100 | 0 | 1000001 | 11100000 | 1000100 | 10101 |
Color Harmonies of #11245A
Complementary color
Monochromatic Colors of #11245A
Black with #11245A
Text Example
Text Example
White with #11245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11245A; }
p { color: rgb(17,36,90); }
H1.HeaderClassName
{
color: #11245A;
}
.AnyTagClassName
{
color: #11245A;
}
</style>
background-color css
<style>
a { background-color: #11245A; }
a { background-color: rgb(17,36,90); }
div.DivClassName
{
background-color: #11245A;
}
.BgClassName
{
background-color: #11245A;
}
</style>
border-color css
<style>
span { border-color: #11245A; }
span { border-color: rgb(17,36,90); }
td.TdClassName
{
border-color: #11245A;
}
.TagClassName
{
border-color: #11245A;
}
</style>