Shades of Sapphire #112A57
Tints of Sapphire #112A57
RGB
CMYK
RGB Variations
Color information
#112A57 (or 0x112A57) is known color: Sapphire. HEX triplet: 11, 2A and 57. RGB value is (17,42,87). Sum of RGB (Red+Green+Blue) = 17+42+87=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #112A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A57 is #EED5A8. Grayscale: #272727. Windows color (decimal): -15652265 or 5712401. OLE color: 5712401.
HSL color Cylindrical-coordinate representation of color #112A57: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112A57 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 42 | 87 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.66 |
| HSL | 218.57º | 0.67% | 0.2% | - |
| HSV(B) | 218.57º | 0.8% | 0.34% | - |
| XYZ | 2.78 | 2.46 | 9.35 | - |
| YUV | 39.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 87 | 0.80 | 0.52 | 0 | 0.66 | 218.57 | 0.67 | 0.2 |
| Hex | 11 | 2A | 57 | 50 | 34 | 0 | 42 | DB | 43 | 14 |
| Octal | 21 | 52 | 127 | 120 | 64 | 0 | 102 | 333 | 103 | 24 |
| Binary | 10001 | 101010 | 1010111 | 1010000 | 110100 | 0 | 1000010 | 11011011 | 1000011 | 10100 |
Color Harmonies of #112A57
Complementary color
Monochromatic Colors of #112A57
Black with #112A57
Text Example
Text Example
White with #112A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A57; }
p { color: rgb(17,42,87); }
H1.HeaderClassName
{
color: #112A57;
}
.AnyTagClassName
{
color: #112A57;
}
</style>
background-color css
<style>
a { background-color: #112A57; }
a { background-color: rgb(17,42,87); }
div.DivClassName
{
background-color: #112A57;
}
.BgClassName
{
background-color: #112A57;
}
</style>
border-color css
<style>
span { border-color: #112A57; }
span { border-color: rgb(17,42,87); }
td.TdClassName
{
border-color: #112A57;
}
.TagClassName
{
border-color: #112A57;
}
</style>