Shades of Sapphire #11235E
Tints of Sapphire #11235E
RGB
CMYK
RGB Variations
Color information
#11235E (or 0x11235E) is known color: Sapphire. HEX triplet: 11, 23 and 5E. RGB value is (17,35,94). Sum of RGB (Red+Green+Blue) = 17+35+94=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #11235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11235E is #EEDCA1. Grayscale: #242424. Windows color (decimal): -15654050 or 6169361. OLE color: 6169361.
HSL color Cylindrical-coordinate representation of color #11235E: hue angle of 225.97º 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 #11235E is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 35 | 94 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.63 |
| HSL | 225.97º | 0.69% | 0.22% | - |
| HSV(B) | 225.97º | 0.82% | 0.37% | - |
| XYZ | 2.85 | 2.13 | 10.85 | - |
| YUV | 36.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 94 | 0.82 | 0.63 | 0 | 0.63 | 225.97 | 0.69 | 0.22 |
| Hex | 11 | 23 | 5E | 52 | 3F | 0 | 3F | E2 | 45 | 16 |
| Octal | 21 | 43 | 136 | 122 | 77 | 0 | 77 | 342 | 105 | 26 |
| Binary | 10001 | 100011 | 1011110 | 1010010 | 111111 | 0 | 111111 | 11100010 | 1000101 | 10110 |
Color Harmonies of #11235E
Complementary color
Monochromatic Colors of #11235E
Black with #11235E
Text Example
Text Example
White with #11235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11235E; }
p { color: rgb(17,35,94); }
H1.HeaderClassName
{
color: #11235E;
}
.AnyTagClassName
{
color: #11235E;
}
</style>
background-color css
<style>
a { background-color: #11235E; }
a { background-color: rgb(17,35,94); }
div.DivClassName
{
background-color: #11235E;
}
.BgClassName
{
background-color: #11235E;
}
</style>
border-color css
<style>
span { border-color: #11235E; }
span { border-color: rgb(17,35,94); }
td.TdClassName
{
border-color: #11235E;
}
.TagClassName
{
border-color: #11235E;
}
</style>