Shades of Sapphire #112463
Tints of Sapphire #112463
RGB
CMYK
RGB Variations
Color information
#112463 (or 0x112463) is known color: Sapphire. HEX triplet: 11, 24 and 63. RGB value is (17,36,99). Sum of RGB (Red+Green+Blue) = 17+36+99=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #112463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112463 is #EEDB9C. Grayscale: #252525. Windows color (decimal): -15653789 or 6497297. OLE color: 6497297.
HSL color Cylindrical-coordinate representation of color #112463: hue angle of 226.1º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112463 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 36 | 99 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.61 |
| HSL | 226.1º | 0.71% | 0.23% | - |
| HSV(B) | 226.1º | 0.83% | 0.39% | - |
| XYZ | 3.11 | 2.28 | 12.08 | - |
| YUV | 37.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 99 | 0.83 | 0.64 | 0 | 0.61 | 226.1 | 0.71 | 0.23 |
| Hex | 11 | 24 | 63 | 53 | 40 | 0 | 3D | E2 | 47 | 17 |
| Octal | 21 | 44 | 143 | 123 | 100 | 0 | 75 | 342 | 107 | 27 |
| Binary | 10001 | 100100 | 1100011 | 1010011 | 1000000 | 0 | 111101 | 11100010 | 1000111 | 10111 |
Color Harmonies of #112463
Complementary color
Monochromatic Colors of #112463
Black with #112463
Text Example
Text Example
White with #112463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112463; }
p { color: rgb(17,36,99); }
H1.HeaderClassName
{
color: #112463;
}
.AnyTagClassName
{
color: #112463;
}
</style>
background-color css
<style>
a { background-color: #112463; }
a { background-color: rgb(17,36,99); }
div.DivClassName
{
background-color: #112463;
}
.BgClassName
{
background-color: #112463;
}
</style>
border-color css
<style>
span { border-color: #112463; }
span { border-color: rgb(17,36,99); }
td.TdClassName
{
border-color: #112463;
}
.TagClassName
{
border-color: #112463;
}
</style>