Shades of Sapphire #112B5A
Tints of Sapphire #112B5A
RGB
CMYK
RGB Variations
Color information
#112B5A (or 0x112B5A) is known color: Sapphire. HEX triplet: 11, 2B and 5A. RGB value is (17,43,90). Sum of RGB (Red+Green+Blue) = 17+43+90=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #112B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B5A is #EED4A5. Grayscale: #282828. Windows color (decimal): -15652006 or 5909265. OLE color: 5909265.
HSL color Cylindrical-coordinate representation of color #112B5A: hue angle of 218.63º 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 #112B5A is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 43 | 90 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.65 |
| HSL | 218.63º | 0.68% | 0.21% | - |
| HSV(B) | 218.63º | 0.81% | 0.35% | - |
| XYZ | 2.94 | 2.59 | 10.02 | - |
| YUV | 40.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 90 | 0.81 | 0.52 | 0 | 0.65 | 218.63 | 0.68 | 0.21 |
| Hex | 11 | 2B | 5A | 51 | 34 | 0 | 41 | DB | 44 | 15 |
| Octal | 21 | 53 | 132 | 121 | 64 | 0 | 101 | 333 | 104 | 25 |
| Binary | 10001 | 101011 | 1011010 | 1010001 | 110100 | 0 | 1000001 | 11011011 | 1000100 | 10101 |
Color Harmonies of #112B5A
Complementary color
Monochromatic Colors of #112B5A
Black with #112B5A
Text Example
Text Example
White with #112B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B5A; }
p { color: rgb(17,43,90); }
H1.HeaderClassName
{
color: #112B5A;
}
.AnyTagClassName
{
color: #112B5A;
}
</style>
background-color css
<style>
a { background-color: #112B5A; }
a { background-color: rgb(17,43,90); }
div.DivClassName
{
background-color: #112B5A;
}
.BgClassName
{
background-color: #112B5A;
}
</style>
border-color css
<style>
span { border-color: #112B5A; }
span { border-color: rgb(17,43,90); }
td.TdClassName
{
border-color: #112B5A;
}
.TagClassName
{
border-color: #112B5A;
}
</style>