Shades of Sapphire #11205A
Tints of Sapphire #11205A
RGB
CMYK
RGB Variations
Color information
#11205A (or 0x11205A) is known color: Sapphire. HEX triplet: 11, 20 and 5A. RGB value is (17,32,90). Sum of RGB (Red+Green+Blue) = 17+32+90=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #11205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11205A is #EEDFA5. Grayscale: #212121. Windows color (decimal): -15654822 or 5906449. OLE color: 5906449.
HSL color Cylindrical-coordinate representation of color #11205A: hue angle of 227.67º 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 #11205A is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 32 | 90 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.65 |
| HSL | 227.67º | 0.68% | 0.21% | - |
| HSV(B) | 227.67º | 0.81% | 0.35% | - |
| XYZ | 2.59 | 1.89 | 9.9 | - |
| YUV | 34.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 90 | 0.81 | 0.64 | 0 | 0.65 | 227.67 | 0.68 | 0.21 |
| Hex | 11 | 20 | 5A | 51 | 40 | 0 | 41 | E4 | 44 | 15 |
| Octal | 21 | 40 | 132 | 121 | 100 | 0 | 101 | 344 | 104 | 25 |
| Binary | 10001 | 100000 | 1011010 | 1010001 | 1000000 | 0 | 1000001 | 11100100 | 1000100 | 10101 |
Color Harmonies of #11205A
Complementary color
Monochromatic Colors of #11205A
Black with #11205A
Text Example
Text Example
White with #11205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11205A; }
p { color: rgb(17,32,90); }
H1.HeaderClassName
{
color: #11205A;
}
.AnyTagClassName
{
color: #11205A;
}
</style>
background-color css
<style>
a { background-color: #11205A; }
a { background-color: rgb(17,32,90); }
div.DivClassName
{
background-color: #11205A;
}
.BgClassName
{
background-color: #11205A;
}
</style>
border-color css
<style>
span { border-color: #11205A; }
span { border-color: rgb(17,32,90); }
td.TdClassName
{
border-color: #11205A;
}
.TagClassName
{
border-color: #11205A;
}
</style>