Shades of Sapphire #11255F
Tints of Sapphire #11255F
RGB
CMYK
RGB Variations
Color information
#11255F (or 0x11255F) is known color: Sapphire. HEX triplet: 11, 25 and 5F. RGB value is (17,37,95). Sum of RGB (Red+Green+Blue) = 17+37+95=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #11255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11255F is #EEDAA0. Grayscale: #252525. Windows color (decimal): -15653537 or 6235409. OLE color: 6235409.
HSL color Cylindrical-coordinate representation of color #11255F: hue angle of 224.62º degrees, saturation: 0.7, 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 #11255F is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 37 | 95 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.63 |
| HSL | 224.62º | 0.7% | 0.22% | - |
| HSV(B) | 224.62º | 0.82% | 0.37% | - |
| XYZ | 2.96 | 2.27 | 11.11 | - |
| YUV | 37.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 95 | 0.82 | 0.61 | 0 | 0.63 | 224.62 | 0.7 | 0.22 |
| Hex | 11 | 25 | 5F | 52 | 3D | 0 | 3F | E1 | 46 | 16 |
| Octal | 21 | 45 | 137 | 122 | 75 | 0 | 77 | 341 | 106 | 26 |
| Binary | 10001 | 100101 | 1011111 | 1010010 | 111101 | 0 | 111111 | 11100001 | 1000110 | 10110 |
Color Harmonies of #11255F
Complementary color
Monochromatic Colors of #11255F
Black with #11255F
Text Example
Text Example
White with #11255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11255F; }
p { color: rgb(17,37,95); }
H1.HeaderClassName
{
color: #11255F;
}
.AnyTagClassName
{
color: #11255F;
}
</style>
background-color css
<style>
a { background-color: #11255F; }
a { background-color: rgb(17,37,95); }
div.DivClassName
{
background-color: #11255F;
}
.BgClassName
{
background-color: #11255F;
}
</style>
border-color css
<style>
span { border-color: #11255F; }
span { border-color: rgb(17,37,95); }
td.TdClassName
{
border-color: #11255F;
}
.TagClassName
{
border-color: #11255F;
}
</style>