Shades of Sapphire #112773
Tints of Sapphire #112773
RGB
CMYK
RGB Variations
Color information
#112773 (or 0x112773) is known color: Sapphire. HEX triplet: 11, 27 and 73. RGB value is (17,39,115). Sum of RGB (Red+Green+Blue) = 17+39+115=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #112773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112773 is #EED88C. Grayscale: #282828. Windows color (decimal): -15653005 or 7546641. OLE color: 7546641.
HSL color Cylindrical-coordinate representation of color #112773: hue angle of 226.53º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112773 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 39 | 115 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.55 |
| HSL | 226.53º | 0.74% | 0.26% | - |
| HSV(B) | 226.53º | 0.85% | 0.45% | - |
| XYZ | 4.05 | 2.81 | 16.55 | - |
| YUV | 41.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 115 | 0.85 | 0.66 | 0 | 0.55 | 226.53 | 0.74 | 0.26 |
| Hex | 11 | 27 | 73 | 55 | 42 | 0 | 37 | E3 | 4A | 1A |
| Octal | 21 | 47 | 163 | 125 | 102 | 0 | 67 | 343 | 112 | 32 |
| Binary | 10001 | 100111 | 1110011 | 1010101 | 1000010 | 0 | 110111 | 11100011 | 1001010 | 11010 |
Color Harmonies of #112773
Complementary color
Monochromatic Colors of #112773
Black with #112773
Text Example
Text Example
White with #112773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112773; }
p { color: rgb(17,39,115); }
H1.HeaderClassName
{
color: #112773;
}
.AnyTagClassName
{
color: #112773;
}
</style>
background-color css
<style>
a { background-color: #112773; }
a { background-color: rgb(17,39,115); }
div.DivClassName
{
background-color: #112773;
}
.BgClassName
{
background-color: #112773;
}
</style>
border-color css
<style>
span { border-color: #112773; }
span { border-color: rgb(17,39,115); }
td.TdClassName
{
border-color: #112773;
}
.TagClassName
{
border-color: #112773;
}
</style>