Shades of Sapphire #112450
Tints of Sapphire #112450
RGB
CMYK
RGB Variations
Color information
#112450 (or 0x112450) is known color: Sapphire. HEX triplet: 11, 24 and 50. RGB value is (17,36,80). Sum of RGB (Red+Green+Blue) = 17+36+80=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #112450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112450 is #EEDBAF. Grayscale: #232323. Windows color (decimal): -15653808 or 5252113. OLE color: 5252113.
HSL color Cylindrical-coordinate representation of color #112450: hue angle of 221.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112450 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 36 | 80 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.69 |
| HSL | 221.9º | 0.65% | 0.19% | - |
| HSV(B) | 221.9º | 0.79% | 0.31% | - |
| XYZ | 2.31 | 1.96 | 7.85 | - |
| YUV | 35.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 80 | 0.79 | 0.55 | 0 | 0.69 | 221.9 | 0.65 | 0.19 |
| Hex | 11 | 24 | 50 | 4F | 37 | 0 | 45 | DE | 41 | 13 |
| Octal | 21 | 44 | 120 | 117 | 67 | 0 | 105 | 336 | 101 | 23 |
| Binary | 10001 | 100100 | 1010000 | 1001111 | 110111 | 0 | 1000101 | 11011110 | 1000001 | 10011 |
Color Harmonies of #112450
Complementary color
Monochromatic Colors of #112450
Black with #112450
Text Example
Text Example
White with #112450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112450; }
p { color: rgb(17,36,80); }
H1.HeaderClassName
{
color: #112450;
}
.AnyTagClassName
{
color: #112450;
}
</style>
background-color css
<style>
a { background-color: #112450; }
a { background-color: rgb(17,36,80); }
div.DivClassName
{
background-color: #112450;
}
.BgClassName
{
background-color: #112450;
}
</style>
border-color css
<style>
span { border-color: #112450; }
span { border-color: rgb(17,36,80); }
td.TdClassName
{
border-color: #112450;
}
.TagClassName
{
border-color: #112450;
}
</style>