Shades of Sapphire #112C78
Tints of Sapphire #112C78
RGB
CMYK
RGB Variations
Color information
#112C78 (or 0x112C78) is known color: Sapphire. HEX triplet: 11, 2C and 78. RGB value is (17,44,120). Sum of RGB (Red+Green+Blue) = 17+44+120=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #112C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C78 is #EED387. Grayscale: #2C2C2C. Windows color (decimal): -15651720 or 7875601. OLE color: 7875601.
HSL color Cylindrical-coordinate representation of color #112C78: hue angle of 224.27º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112C78 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 44 | 120 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.53 |
| HSL | 224.27º | 0.75% | 0.27% | - |
| HSV(B) | 224.27º | 0.86% | 0.47% | - |
| XYZ | 4.52 | 3.28 | 18.16 | - |
| YUV | 44.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 120 | 0.86 | 0.63 | 0 | 0.53 | 224.27 | 0.75 | 0.27 |
| Hex | 11 | 2C | 78 | 56 | 3F | 0 | 35 | E0 | 4B | 1B |
| Octal | 21 | 54 | 170 | 126 | 77 | 0 | 65 | 340 | 113 | 33 |
| Binary | 10001 | 101100 | 1111000 | 1010110 | 111111 | 0 | 110101 | 11100000 | 1001011 | 11011 |
Color Harmonies of #112C78
Complementary color
Monochromatic Colors of #112C78
Black with #112C78
Text Example
Text Example
White with #112C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C78; }
p { color: rgb(17,44,120); }
H1.HeaderClassName
{
color: #112C78;
}
.AnyTagClassName
{
color: #112C78;
}
</style>
background-color css
<style>
a { background-color: #112C78; }
a { background-color: rgb(17,44,120); }
div.DivClassName
{
background-color: #112C78;
}
.BgClassName
{
background-color: #112C78;
}
</style>
border-color css
<style>
span { border-color: #112C78; }
span { border-color: rgb(17,44,120); }
td.TdClassName
{
border-color: #112C78;
}
.TagClassName
{
border-color: #112C78;
}
</style>