Shades of Sapphire #11235D
Tints of Sapphire #11235D
RGB
CMYK
RGB Variations
Color information
#11235D (or 0x11235D) is known color: Sapphire. HEX triplet: 11, 23 and 5D. RGB value is (17,35,93). Sum of RGB (Red+Green+Blue) = 17+35+93=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #11235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11235D is #EEDCA2. Grayscale: #232323. Windows color (decimal): -15654051 or 6103825. OLE color: 6103825.
HSL color Cylindrical-coordinate representation of color #11235D: hue angle of 225.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11235D is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 35 | 93 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.64 |
| HSL | 225.79º | 0.69% | 0.22% | - |
| HSV(B) | 225.79º | 0.82% | 0.36% | - |
| XYZ | 2.81 | 2.11 | 10.62 | - |
| YUV | 36.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 93 | 0.82 | 0.62 | 0 | 0.64 | 225.79 | 0.69 | 0.22 |
| Hex | 11 | 23 | 5D | 52 | 3E | 0 | 40 | E2 | 45 | 16 |
| Octal | 21 | 43 | 135 | 122 | 76 | 0 | 100 | 342 | 105 | 26 |
| Binary | 10001 | 100011 | 1011101 | 1010010 | 111110 | 0 | 1000000 | 11100010 | 1000101 | 10110 |
Color Harmonies of #11235D
Complementary color
Monochromatic Colors of #11235D
Black with #11235D
Text Example
Text Example
White with #11235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11235D; }
p { color: rgb(17,35,93); }
H1.HeaderClassName
{
color: #11235D;
}
.AnyTagClassName
{
color: #11235D;
}
</style>
background-color css
<style>
a { background-color: #11235D; }
a { background-color: rgb(17,35,93); }
div.DivClassName
{
background-color: #11235D;
}
.BgClassName
{
background-color: #11235D;
}
</style>
border-color css
<style>
span { border-color: #11235D; }
span { border-color: rgb(17,35,93); }
td.TdClassName
{
border-color: #11235D;
}
.TagClassName
{
border-color: #11235D;
}
</style>