Shades of Sapphire #112A5A
Tints of Sapphire #112A5A
RGB
CMYK
RGB Variations
Color information
#112A5A (or 0x112A5A) is known color: Sapphire. HEX triplet: 11, 2A and 5A. RGB value is (17,42,90). Sum of RGB (Red+Green+Blue) = 17+42+90=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #112A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5A is #EED5A5. Grayscale: #272727. Windows color (decimal): -15652262 or 5909009. OLE color: 5909009.
HSL color Cylindrical-coordinate representation of color #112A5A: hue angle of 219.45º 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 #112A5A is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 42 | 90 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.65 |
| HSL | 219.45º | 0.68% | 0.21% | - |
| HSV(B) | 219.45º | 0.81% | 0.35% | - |
| XYZ | 2.9 | 2.51 | 10 | - |
| YUV | 40 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 90 | 0.81 | 0.53 | 0 | 0.65 | 219.45 | 0.68 | 0.21 |
| Hex | 11 | 2A | 5A | 51 | 35 | 0 | 41 | DB | 44 | 15 |
| Octal | 21 | 52 | 132 | 121 | 65 | 0 | 101 | 333 | 104 | 25 |
| Binary | 10001 | 101010 | 1011010 | 1010001 | 110101 | 0 | 1000001 | 11011011 | 1000100 | 10101 |
Color Harmonies of #112A5A
Complementary color
Monochromatic Colors of #112A5A
Black with #112A5A
Text Example
Text Example
White with #112A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A5A; }
p { color: rgb(17,42,90); }
H1.HeaderClassName
{
color: #112A5A;
}
.AnyTagClassName
{
color: #112A5A;
}
</style>
background-color css
<style>
a { background-color: #112A5A; }
a { background-color: rgb(17,42,90); }
div.DivClassName
{
background-color: #112A5A;
}
.BgClassName
{
background-color: #112A5A;
}
</style>
border-color css
<style>
span { border-color: #112A5A; }
span { border-color: rgb(17,42,90); }
td.TdClassName
{
border-color: #112A5A;
}
.TagClassName
{
border-color: #112A5A;
}
</style>