Shades of Sapphire #112A58
Tints of Sapphire #112A58
RGB
CMYK
RGB Variations
Color information
#112A58 (or 0x112A58) is known color: Sapphire. HEX triplet: 11, 2A and 58. RGB value is (17,42,88). Sum of RGB (Red+Green+Blue) = 17+42+88=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #112A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A58 is #EED5A7. Grayscale: #272727. Windows color (decimal): -15652264 or 5777937. OLE color: 5777937.
HSL color Cylindrical-coordinate representation of color #112A58: hue angle of 218.87º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112A58 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 42 | 88 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.65 |
| HSL | 218.87º | 0.68% | 0.21% | - |
| HSV(B) | 218.87º | 0.81% | 0.35% | - |
| XYZ | 2.82 | 2.48 | 9.56 | - |
| YUV | 39.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 88 | 0.81 | 0.52 | 0 | 0.65 | 218.87 | 0.68 | 0.21 |
| Hex | 11 | 2A | 58 | 51 | 34 | 0 | 41 | DB | 44 | 15 |
| Octal | 21 | 52 | 130 | 121 | 64 | 0 | 101 | 333 | 104 | 25 |
| Binary | 10001 | 101010 | 1011000 | 1010001 | 110100 | 0 | 1000001 | 11011011 | 1000100 | 10101 |
Color Harmonies of #112A58
Complementary color
Monochromatic Colors of #112A58
Black with #112A58
Text Example
Text Example
White with #112A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A58; }
p { color: rgb(17,42,88); }
H1.HeaderClassName
{
color: #112A58;
}
.AnyTagClassName
{
color: #112A58;
}
</style>
background-color css
<style>
a { background-color: #112A58; }
a { background-color: rgb(17,42,88); }
div.DivClassName
{
background-color: #112A58;
}
.BgClassName
{
background-color: #112A58;
}
</style>
border-color css
<style>
span { border-color: #112A58; }
span { border-color: rgb(17,42,88); }
td.TdClassName
{
border-color: #112A58;
}
.TagClassName
{
border-color: #112A58;
}
</style>