Shades of Sapphire #11205E
Tints of Sapphire #11205E
RGB
CMYK
RGB Variations
Color information
#11205E (or 0x11205E) is known color: Sapphire. HEX triplet: 11, 20 and 5E. RGB value is (17,32,94). Sum of RGB (Red+Green+Blue) = 17+32+94=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #11205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11205E is #EEDFA1. Grayscale: #222222. Windows color (decimal): -15654818 or 6168593. OLE color: 6168593.
HSL color Cylindrical-coordinate representation of color #11205E: hue angle of 228.31º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11205E is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 32 | 94 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.63 |
| HSL | 228.31º | 0.69% | 0.22% | - |
| HSV(B) | 228.31º | 0.82% | 0.37% | - |
| XYZ | 2.77 | 1.96 | 10.82 | - |
| YUV | 34.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 94 | 0.82 | 0.66 | 0 | 0.63 | 228.31 | 0.69 | 0.22 |
| Hex | 11 | 20 | 5E | 52 | 42 | 0 | 3F | E4 | 45 | 16 |
| Octal | 21 | 40 | 136 | 122 | 102 | 0 | 77 | 344 | 105 | 26 |
| Binary | 10001 | 100000 | 1011110 | 1010010 | 1000010 | 0 | 111111 | 11100100 | 1000101 | 10110 |
Color Harmonies of #11205E
Complementary color
Monochromatic Colors of #11205E
Black with #11205E
Text Example
Text Example
White with #11205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11205E; }
p { color: rgb(17,32,94); }
H1.HeaderClassName
{
color: #11205E;
}
.AnyTagClassName
{
color: #11205E;
}
</style>
background-color css
<style>
a { background-color: #11205E; }
a { background-color: rgb(17,32,94); }
div.DivClassName
{
background-color: #11205E;
}
.BgClassName
{
background-color: #11205E;
}
</style>
border-color css
<style>
span { border-color: #11205E; }
span { border-color: rgb(17,32,94); }
td.TdClassName
{
border-color: #11205E;
}
.TagClassName
{
border-color: #11205E;
}
</style>