Shades of Sapphire #112B6C
Tints of Sapphire #112B6C
RGB
CMYK
RGB Variations
Color information
#112B6C (or 0x112B6C) is known color: Sapphire. HEX triplet: 11, 2B and 6C. RGB value is (17,43,108). Sum of RGB (Red+Green+Blue) = 17+43+108=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #112B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B6C is #EED493. Grayscale: #2A2A2A. Windows color (decimal): -15651988 or 7088913. OLE color: 7088913.
HSL color Cylindrical-coordinate representation of color #112B6C: hue angle of 222.86º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112B6C is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 43 | 108 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.58 |
| HSL | 222.86º | 0.73% | 0.25% | - |
| HSV(B) | 222.86º | 0.84% | 0.42% | - |
| XYZ | 3.8 | 2.93 | 14.55 | - |
| YUV | 42.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 108 | 0.84 | 0.60 | 0 | 0.58 | 222.86 | 0.73 | 0.25 |
| Hex | 11 | 2B | 6C | 54 | 3C | 0 | 3A | DF | 49 | 19 |
| Octal | 21 | 53 | 154 | 124 | 74 | 0 | 72 | 337 | 111 | 31 |
| Binary | 10001 | 101011 | 1101100 | 1010100 | 111100 | 0 | 111010 | 11011111 | 1001001 | 11001 |
Color Harmonies of #112B6C
Complementary color
Monochromatic Colors of #112B6C
Black with #112B6C
Text Example
Text Example
White with #112B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B6C; }
p { color: rgb(17,43,108); }
H1.HeaderClassName
{
color: #112B6C;
}
.AnyTagClassName
{
color: #112B6C;
}
</style>
background-color css
<style>
a { background-color: #112B6C; }
a { background-color: rgb(17,43,108); }
div.DivClassName
{
background-color: #112B6C;
}
.BgClassName
{
background-color: #112B6C;
}
</style>
border-color css
<style>
span { border-color: #112B6C; }
span { border-color: rgb(17,43,108); }
td.TdClassName
{
border-color: #112B6C;
}
.TagClassName
{
border-color: #112B6C;
}
</style>