Shades of Sapphire #11245F
Tints of Sapphire #11245F
RGB
CMYK
RGB Variations
Color information
#11245F (or 0x11245F) is known color: Sapphire. HEX triplet: 11, 24 and 5F. RGB value is (17,36,95). Sum of RGB (Red+Green+Blue) = 17+36+95=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #11245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11245F is #EEDBA0. Grayscale: #242424. Windows color (decimal): -15653793 or 6235153. OLE color: 6235153.
HSL color Cylindrical-coordinate representation of color #11245F: hue angle of 225.38º 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 #11245F is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 36 | 95 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.63 |
| HSL | 225.38º | 0.7% | 0.22% | - |
| HSV(B) | 225.38º | 0.82% | 0.37% | - |
| XYZ | 2.93 | 2.21 | 11.1 | - |
| YUV | 37.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 95 | 0.82 | 0.62 | 0 | 0.63 | 225.38 | 0.7 | 0.22 |
| Hex | 11 | 24 | 5F | 52 | 3E | 0 | 3F | E1 | 46 | 16 |
| Octal | 21 | 44 | 137 | 122 | 76 | 0 | 77 | 341 | 106 | 26 |
| Binary | 10001 | 100100 | 1011111 | 1010010 | 111110 | 0 | 111111 | 11100001 | 1000110 | 10110 |
Color Harmonies of #11245F
Complementary color
Monochromatic Colors of #11245F
Black with #11245F
Text Example
Text Example
White with #11245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11245F; }
p { color: rgb(17,36,95); }
H1.HeaderClassName
{
color: #11245F;
}
.AnyTagClassName
{
color: #11245F;
}
</style>
background-color css
<style>
a { background-color: #11245F; }
a { background-color: rgb(17,36,95); }
div.DivClassName
{
background-color: #11245F;
}
.BgClassName
{
background-color: #11245F;
}
</style>
border-color css
<style>
span { border-color: #11245F; }
span { border-color: rgb(17,36,95); }
td.TdClassName
{
border-color: #11245F;
}
.TagClassName
{
border-color: #11245F;
}
</style>