Shades of Sapphire #112C7C
Tints of Sapphire #112C7C
RGB
CMYK
RGB Variations
Color information
#112C7C (or 0x112C7C) is known color: Sapphire. HEX triplet: 11, 2C and 7C. RGB value is (17,44,124). Sum of RGB (Red+Green+Blue) = 17+44+124=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #112C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C7C is #EED383. Grayscale: #2C2C2C. Windows color (decimal): -15651716 or 8137745. OLE color: 8137745.
HSL color Cylindrical-coordinate representation of color #112C7C: hue angle of 224.86º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112C7C is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 44 | 124 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.51 |
| HSL | 224.86º | 0.76% | 0.28% | - |
| HSV(B) | 224.86º | 0.86% | 0.49% | - |
| XYZ | 4.77 | 3.38 | 19.47 | - |
| YUV | 45.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 124 | 0.86 | 0.65 | 0 | 0.51 | 224.86 | 0.76 | 0.28 |
| Hex | 11 | 2C | 7C | 56 | 41 | 0 | 33 | E1 | 4C | 1C |
| Octal | 21 | 54 | 174 | 126 | 101 | 0 | 63 | 341 | 114 | 34 |
| Binary | 10001 | 101100 | 1111100 | 1010110 | 1000001 | 0 | 110011 | 11100001 | 1001100 | 11100 |
Color Harmonies of #112C7C
Complementary color
Monochromatic Colors of #112C7C
Black with #112C7C
Text Example
Text Example
White with #112C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C7C; }
p { color: rgb(17,44,124); }
H1.HeaderClassName
{
color: #112C7C;
}
.AnyTagClassName
{
color: #112C7C;
}
</style>
background-color css
<style>
a { background-color: #112C7C; }
a { background-color: rgb(17,44,124); }
div.DivClassName
{
background-color: #112C7C;
}
.BgClassName
{
background-color: #112C7C;
}
</style>
border-color css
<style>
span { border-color: #112C7C; }
span { border-color: rgb(17,44,124); }
td.TdClassName
{
border-color: #112C7C;
}
.TagClassName
{
border-color: #112C7C;
}
</style>