Shades of Sapphire #11275A
Tints of Sapphire #11275A
RGB
CMYK
RGB Variations
Color information
#11275A (or 0x11275A) is known color: Sapphire. HEX triplet: 11, 27 and 5A. RGB value is (17,39,90). Sum of RGB (Red+Green+Blue) = 17+39+90=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #11275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11275A is #EED8A5. Grayscale: #262626. Windows color (decimal): -15653030 or 5908241. OLE color: 5908241.
HSL color Cylindrical-coordinate representation of color #11275A: hue angle of 221.92º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11275A is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 39 | 90 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.65 |
| HSL | 221.92º | 0.68% | 0.21% | - |
| HSV(B) | 221.92º | 0.81% | 0.35% | - |
| XYZ | 2.8 | 2.31 | 9.97 | - |
| YUV | 38.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 90 | 0.81 | 0.57 | 0 | 0.65 | 221.92 | 0.68 | 0.21 |
| Hex | 11 | 27 | 5A | 51 | 39 | 0 | 41 | DE | 44 | 15 |
| Octal | 21 | 47 | 132 | 121 | 71 | 0 | 101 | 336 | 104 | 25 |
| Binary | 10001 | 100111 | 1011010 | 1010001 | 111001 | 0 | 1000001 | 11011110 | 1000100 | 10101 |
Color Harmonies of #11275A
Complementary color
Monochromatic Colors of #11275A
Black with #11275A
Text Example
Text Example
White with #11275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11275A; }
p { color: rgb(17,39,90); }
H1.HeaderClassName
{
color: #11275A;
}
.AnyTagClassName
{
color: #11275A;
}
</style>
background-color css
<style>
a { background-color: #11275A; }
a { background-color: rgb(17,39,90); }
div.DivClassName
{
background-color: #11275A;
}
.BgClassName
{
background-color: #11275A;
}
</style>
border-color css
<style>
span { border-color: #11275A; }
span { border-color: rgb(17,39,90); }
td.TdClassName
{
border-color: #11275A;
}
.TagClassName
{
border-color: #11275A;
}
</style>