Shades of Sapphire #112B82
Tints of Sapphire #112B82
RGB
CMYK
RGB Variations
Color information
#112B82 (or 0x112B82) is known color: Sapphire. HEX triplet: 11, 2B and 82. RGB value is (17,43,130). Sum of RGB (Red+Green+Blue) = 17+43+130=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #112B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B82 is #EED47D. Grayscale: #2C2C2C. Windows color (decimal): -15651966 or 8530705. OLE color: 8530705.
HSL color Cylindrical-coordinate representation of color #112B82: hue angle of 226.19º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112B82 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 43 | 130 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.49 |
| HSL | 226.19º | 0.77% | 0.29% | - |
| HSV(B) | 226.19º | 0.87% | 0.51% | - |
| XYZ | 5.12 | 3.46 | 21.52 | - |
| YUV | 45.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 130 | 0.87 | 0.67 | 0 | 0.49 | 226.19 | 0.77 | 0.29 |
| Hex | 11 | 2B | 82 | 57 | 43 | 0 | 31 | E2 | 4D | 1D |
| Octal | 21 | 53 | 202 | 127 | 103 | 0 | 61 | 342 | 115 | 35 |
| Binary | 10001 | 101011 | 10000010 | 1010111 | 1000011 | 0 | 110001 | 11100010 | 1001101 | 11101 |
Color Harmonies of #112B82
Complementary color
Monochromatic Colors of #112B82
Black with #112B82
Text Example
Text Example
White with #112B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B82; }
p { color: rgb(17,43,130); }
H1.HeaderClassName
{
color: #112B82;
}
.AnyTagClassName
{
color: #112B82;
}
</style>
background-color css
<style>
a { background-color: #112B82; }
a { background-color: rgb(17,43,130); }
div.DivClassName
{
background-color: #112B82;
}
.BgClassName
{
background-color: #112B82;
}
</style>
border-color css
<style>
span { border-color: #112B82; }
span { border-color: rgb(17,43,130); }
td.TdClassName
{
border-color: #112B82;
}
.TagClassName
{
border-color: #112B82;
}
</style>