Shades of Sapphire #112774
Tints of Sapphire #112774
RGB
CMYK
RGB Variations
Color information
#112774 (or 0x112774) is known color: Sapphire. HEX triplet: 11, 27 and 74. RGB value is (17,39,116). Sum of RGB (Red+Green+Blue) = 17+39+116=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #112774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112774 is #EED88B. Grayscale: #282828. Windows color (decimal): -15653004 or 7612177. OLE color: 7612177.
HSL color Cylindrical-coordinate representation of color #112774: hue angle of 226.67º 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 #112774 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 39 | 116 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.55 |
| HSL | 226.67º | 0.74% | 0.26% | - |
| HSV(B) | 226.67º | 0.85% | 0.45% | - |
| XYZ | 4.11 | 2.83 | 16.85 | - |
| YUV | 41.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 116 | 0.85 | 0.66 | 0 | 0.55 | 226.67 | 0.74 | 0.26 |
| Hex | 11 | 27 | 74 | 55 | 42 | 0 | 37 | E3 | 4A | 1A |
| Octal | 21 | 47 | 164 | 125 | 102 | 0 | 67 | 343 | 112 | 32 |
| Binary | 10001 | 100111 | 1110100 | 1010101 | 1000010 | 0 | 110111 | 11100011 | 1001010 | 11010 |
Color Harmonies of #112774
Complementary color
Monochromatic Colors of #112774
Black with #112774
Text Example
Text Example
White with #112774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112774; }
p { color: rgb(17,39,116); }
H1.HeaderClassName
{
color: #112774;
}
.AnyTagClassName
{
color: #112774;
}
</style>
background-color css
<style>
a { background-color: #112774; }
a { background-color: rgb(17,39,116); }
div.DivClassName
{
background-color: #112774;
}
.BgClassName
{
background-color: #112774;
}
</style>
border-color css
<style>
span { border-color: #112774; }
span { border-color: rgb(17,39,116); }
td.TdClassName
{
border-color: #112774;
}
.TagClassName
{
border-color: #112774;
}
</style>