Shades of Sapphire #112D81
Tints of Sapphire #112D81
RGB
CMYK
RGB Variations
Color information
#112D81 (or 0x112D81) is known color: Sapphire. HEX triplet: 11, 2D and 81. RGB value is (17,45,129). Sum of RGB (Red+Green+Blue) = 17+45+129=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #112D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D81 is #EED27E. Grayscale: #2D2D2D. Windows color (decimal): -15651455 or 8465681. OLE color: 8465681.
HSL color Cylindrical-coordinate representation of color #112D81: hue angle of 225º 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 #112D81 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 45 | 129 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.49 |
| HSL | 225º | 0.77% | 0.29% | - |
| HSV(B) | 225º | 0.87% | 0.51% | - |
| XYZ | 5.13 | 3.58 | 21.19 | - |
| YUV | 46.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 129 | 0.87 | 0.65 | 0 | 0.49 | 225 | 0.77 | 0.29 |
| Hex | 11 | 2D | 81 | 57 | 41 | 0 | 31 | E1 | 4D | 1D |
| Octal | 21 | 55 | 201 | 127 | 101 | 0 | 61 | 341 | 115 | 35 |
| Binary | 10001 | 101101 | 10000001 | 1010111 | 1000001 | 0 | 110001 | 11100001 | 1001101 | 11101 |
Color Harmonies of #112D81
Complementary color
Monochromatic Colors of #112D81
Black with #112D81
Text Example
Text Example
White with #112D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D81; }
p { color: rgb(17,45,129); }
H1.HeaderClassName
{
color: #112D81;
}
.AnyTagClassName
{
color: #112D81;
}
</style>
background-color css
<style>
a { background-color: #112D81; }
a { background-color: rgb(17,45,129); }
div.DivClassName
{
background-color: #112D81;
}
.BgClassName
{
background-color: #112D81;
}
</style>
border-color css
<style>
span { border-color: #112D81; }
span { border-color: rgb(17,45,129); }
td.TdClassName
{
border-color: #112D81;
}
.TagClassName
{
border-color: #112D81;
}
</style>